html{
}
	
body {
	color: #000000;
	margin: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #00FF33;
	text-decoration: underline;
}
