body {
	background-color: #333399;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #FFFFFF}
.style3 {font-size: 12px}
.style4 {font-size: 14px; font-weight: bold; }

a.l:active {
 color: #FFFFFF;
 text-decoration: underline;
}
a.l:link {
 color: #FFFFFF;
 text-decoration: underline;
}
a.l:visited {
 color: #FFFFFF;
 text-decoration: underline;
}
a.l:hover {
 color: #FF0000;
 text-decoration: underline;
} 
