/* CSS Document */
body {
	background-color: #FFFFFF;
}
.h1 { 	font-family:Verdana;
		font-size:20px;
		color:#FFFFFF;
		font-weight:normal;
}
.bodytext { font-family:Verdana;
			font-size:10px;
			color:#FFFFFF;
}
a:link {	font-family:Verdana;
			font-size:10px;
			color:#FFFFFF;
			text-decoration: none;
}
a:visited {	font-family:Verdana;
			font-size:10px;
			color:#F9F9F9;
			text-decoration: none;
}

a:hover {	font-family:Verdana;
			font-size:10px;
			color:#E0E0E0;
			text-decoration: none;
}

a:active {	font-family:Verdana;
			font-size:10px;
			color:#FFFFFF;
			text-decoration: none;
}
