body { 
	background-color: rgb(255,255,255); 
}

.head { 
	font-family: Arial, Helvetica; 
	font-weight: bold; 
	font-size: 16pt; 
	text-align: center; 
	color: rgb(0,0,128); 
	font-variant: small-caps; 
	align: center;
}

h1 { 
	font-family: Arial, Helvetica; 
	font-size: 14pt; 
	color: rgb(0,0,128); 	
}

h2 { 
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
}

h3 {
	font-family: Arial, Helvetica;
	font-size: 11pt; 
}

h4 { 
	font-family: Arial, Helvetica;
	font-size: 11pt; 
}

div, p, pre, ol, ul, li, blockquote, tr, td, dl, dt, dd  { 
	font-family: Arial, Helvetica; font-size: 11pt; 
}

input, textarea  { 
	font-family: Arial, Helvetica; font-size: 9pt; 
}

address { 
	font-family: Arial, Helvetica;
	font-size: 9pt;
}

.modified {
	font-family: Arial, Helvetica;
	font-size: 7pt;
}

.error {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: red;
}
 
p.question {
	font-size: 11pt;

}

p.aforism {
	color: #804040;
}

h5 { 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	text-align: right; 
	color: rgb(128,128,128);
}

h6 { 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	padding-top: 6px; 
	padding-bottom: 3px;
}

a.menu:visited, a.menu:link {
	font-size: 12pt;
	color: #191970;
	text-decoration:none;
}

a.menu:hover {
	color: #dc143c;
	text-decoration: underline;
}

.date {
	font-size: 8pt; color: #00008b;
}

small {
	font-family: Arial, Helvetica;
	font-size: 7pt;
}
