/* CSS Document */
a:link {
	color:#FF0000;
	text-decoration:underline;
}
a:visited {
	color:#00FF00;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a:active {color:orange; text-decoration:none;}
body {
	background-color: #CCCCCC;
}
