BODY {
	margin : 0px;
	padding : 0px;
}
A:LINK, A:VISITED {
	text-decoration : none;
	font-weight: bold;
	color : Red;
}
A:HOVER {
	text-decoration : none;
	font-weight: bold;
	color : #A0A0A0;
}
