*{
	font-family: helvetica, sans-serif;
	color: white;
}

BODY{
/*	background-color: #5B6C86; */
	background-color: #343E4C;
	color: white;
}
a:link{
	color: #CCCCFF;
}
a:visited{
	color: #CCCCFF;
}
a:hover{
	color: #FFCCCC;
}
a:active{
	color: #CCFFCC;
}

TD{
	color: white;
}

/* FORM tags should not take up whitespace! */
FORM{
	margin:0;
	padding:0;
}

