a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.content{
background-color:#E9E9E9;
}
