@charset "iso-8859-1";
/* CSS Document */
body, html{
	height:100%;
	margin:0px;
	padding:0px
}
body, table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #0084ff; 
	text-decoration: none;
}
a:visited{
	color: #0084ff; 
	text-decoration: none;
}
a:hover{
	COLOR: #ff5a00;
	text-decoration: none;
}

.bigwhite{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: white;
}
.date{
	color: #b8b8b8; 
}

h1{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: Black;
}

.whitelink a{
	color: white;
	text-decoration: none;
}

.whitelink a:visited{
	color: white;
	text-decoration: none;
}

.whitelink a:hover{
	color: white;
	text-decoration: underline;
}
