a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;

}
a:hover {
	color: #990033;
	text-decoration: none;

}
a:active {
	color: #CC0000;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	}

font {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.style1 {
	color: #336600;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.style2 {
	color: #990033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;

}

.style3 {
	font-style: normal;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}

.style4 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border-top:1px solid red;
border-left:1px solid white;
font: normal 12px Arial;
line-height:18px;
z-index:100;
border-right: 1px solid blue;
border-bottom: 1px solid green;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
img { 
border: 0;
}