/* CSS Document */

body {
	margin: 20px;
	background-color: #CCCCCC;
	}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	color: #CC9900;
	text-decoration: underline;
}

