
a:link {color:gray; text-decoration:none}
a:active {color:gray ; text-decoration:none}
a:visited {color:gray; text-decoration:none}
a:hover {color:silver; text-decoration:underline}

body
{
	font-family: Verdana, Arial;
	background-color: white;
	scrollbar-face-color: white;
  	scrollbar-shadow-color: silver;
  	scrollbar-highlight-color: gray;
  	scrollbar-3dlight-color: white;
  	scrollbar-darkshadow-color:gray;
  	scrollbar-track-color: white;
  	scrollbar-arrow-color: gray
}
table
{
	font-family: Verdana, Arial;
	background-color: white;
	border-color: gray
}

h1 /*Heading*/
{
	color: black;
	font-weight: bold; 
  	font-size: 12pt;
  	line-height: 18pt;
  	text-align: left

}
h2 /*Text*/
{
	color: black;
	font-weight: normal; 
  	font-size: 12pt;
  	line-height: 14pt;
  	text-align: left

}
