body {
;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

a       { ; font-weight: bold; color: blue; font-size: x-small; text-decoration: underline}
a:hover {
	font-style: italic;
	color: #FF3333;
	background-color: #66FFFF;

}
		  
	h1 { font-weight: bold; }
			
	h2 { font-weight: bold; }
		
	h3 { font-weight: bold; }
		
	h6 { font-weight: bold; }

.emphasis {
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	color: #330099;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
