body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 50px;
	margin-left: 25px;
}
table {  font-family: Arial, Helvetica, sans-serif} 
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: larger; font-weight: bold; color: #FFFFFF}
.footer {
	font-size: smaller;
	color: #666666;
}
.center {
	text-align: center;
}
.small {
	font-size: smaller;
}
.bigblue {
	font-size: larger;
	color: #0098FF;
	font-weight: bold;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	border: thin solid #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
.box {
	width: 500px;
}
.imagelink {
	text-decoration: none;
}
.imagelink a:link{
	text-decoration: none;

}
.imagelink a:hover {
	text-decoration: none;
	border: none;
	padding: 0px;


}

