h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: none;
	border: none;
	padding: none;
}
a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: none;
	padding: none;
	border: none;
}


body {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	background-color:#FFFFFF;
}

