/* CSS Document */

<style> 
A {
 font-size: 8pt; font-family: Verdana; color: #460606; text-decoration: none; font-weight: bold;
}

A:link {
 font-size: 8pt; font-family: Verdana; color:  #460606; text-decoration: none; font-weight: bold;
}
A:visited {
	font-size: 8pt; font-family: Verdana; color:  #990000; text-decoration: none; font-weight: bold;
}
A:hover {
font-size: 8pt; font-family: Verdana; color: #460606; text-decoration: underline; font-weight: bold;
}


body {
 	background-color: #ffffff;
}
h1 { font-family: Verdana;
	color:  #460606;
	font-size: 14px;
	font-weight: bold;
 } 

 
p{ font-family: Verdana;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
 } 

</style>
