body
{
	background-color: #000035;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #FFF;
}

A {
	COLOR: #175cff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


A:active {
	COLOR: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
A:hover {
	COLOR: #ffffff;
	font-size: None;
	font-size: 14px;
	font-weight: normal;
}

A.current {
	COLOR: #598bff;
	font-size: None;
	font-size: 14px;
	font-weight: normal;
}

.welcome {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #97ebff;
}


.yellowtext {color: #FFFF00}
.copyright {color: #0043ce}
.footer {color: #0043ce; font-size: 12px; }
.bold {
	color: #00ffff;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
}
.redtext {color: #FF0000}

.highlighted {
background:#f0f0f0;
border:1px solid #b0b0b0;
color:#303030;
padding:3px;
}