body { 
	margin-top: 10px; 
	margin-bottom: 10px; 
	background-color: rgb(255,255,255);
} 

p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { 
	font-family: Verdana, Arial, sans-serif; 
} 

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0080FF;
}

p, ul, ol, li, div, td, th, address, nobr, b, i { 
	font-size: 12px; 
} 

pre { 
	font-family: Courier New, Courier; 
	font-size: 10pt; 
	color: #0000C0;
} 

tt { 
	font-family: Courier New, Courier; 
	font-size: 10pt; 
	color: #0000C0; 
} 

td.xmpcode { 
	border-width: 1pt; 
	border-style: solid; 
	border-color: #999999; 
	background-color: #FFFFE0; 
} 

.code { 
	background-color: #FFFFE0;
} 
 
td.xplcode { 
	background-color: #EEEEFF; 
} 

.link { 
	font-size: 18pt; 
} 

.qbar { 
	background-color: #FFFFE0; 
	font-size: 9pt; 
	font-family: Arial, sans-serif; 
} 

pre.normal { 
	color:#000000; 
} 

a:link { 
	color: #5050a0; 
	text-decoration:none; 
} 

a:visited { 
	color: #5050a0; 
	text-decoration:none; 
} 

a:active { 
	color: #5050a0; 
	text-decoration: underline; 
}

a:hover { 
	color: #5050a0; 
	text-decoration: underline; 
} 

a.an { 
	text-decoration: none; 
} 