a {
	text-decoration:none;
}
a:link {
	color:#006600;
}
a:visited {
	color:#006600;
}
a:hover{
	color: Red;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

