body {
	color: #E1E1E1;
}
a:link {
	color: #E6F8FF;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #CCCC99;
}
a:active {
	color: #CCCC33;
}

.linkwhite a:link { color:#006699;}
.linkwhite a:visited { color:#3399CC;}
.linkwhite a:hover { color:#3399CC;}
.linkwhite a:active{ color:#999900;}
