body{
	background-color: #f0f0f0;
	color: #000;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link, a:active, a:visited{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	background-color: transparent;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #c10000;
	background-color: transparent;
}
div{
	padding: 7px 7px 7px 10px;
}
#copyright{
	text-align: center;
	margin-top: 3%;
}
