body {

	margin:				0,0,0,0;
	font-family: 			tahoma, arial, helvetica, sans-serif;
	background: 			#ffffff;
	}
a:active {
	text-decoration:none;
	cursor: 			hand;
	color:				red;
}
a:hover {
	text-decoration:none;
	color: 				#FF0000;
	color:				red;
}
a:link {
	text-decoration:none;
	cursor: 			hand;
	color:				red;
}
a:visited {
	text-decoration:none;
	cursor: 			hand;
	color:				red;
}
