a:visited {
	color: #003300;
	text-decoration: none;
}
a:link {
	color: #000033;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
}
a:active {
	color: #0000FF;
}
ul {
	color: #000033;
	list-style-type: disc;
}

