/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif
	font-size: 10px;
	color: #484848;
}

a:visited {
	color: #FFFFFF;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}

a:hover {
	color: #647fa4;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}