/* CSS Document */


body {
	
	background-color: #ffffff;
}	

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}


.text {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000066;
	padding:5px;
}


