body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#D6D6D6;
	#background:url(bg.jpg) repeat-x;
}

div,h1,h2,h3,h4,h5,h6,p,ul,li {
	margin: 0;
	padding: 0;
}

H1, H2, H3, H4, H5, H6 { 
	font-family: Georgia, Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#AA0009;
	margin-bottom:-5px;
	margin-top:25px;
}

a, a:link {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
