

body {
	background-color: #CCCCCC;
	margin-top: 24px;
}

a:hover {
	text-decoration : underline;
	color: #FF0000;
}

a:link {
	text-decoration : underline;
	color: #0000FF;
}

a {
	text-decoration : underline;
	color: #0000FF;
}