/* Base Style */
body, td, p, ul, ol, li, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
/* Geneva, Verdana, */

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 200%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 130%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

ul, ol, li {	
	margin-top: 0px
}

.aside { font-size: 80% }

/* link styles */ 
a:link { color: #0000cc }
a:visited { color: #cc3300 }
a:active { color: #ff0000 }
a:hover { color: #ffffff; background-color: #0000cc }

.highlight {
	background: #B6CEF8;
	margin: 0px;
	padding: 5px;

}

