body
{
	font-family: "Verdana", "Tahoma", "Century Gothic";
	font-size: 10px;
	line-height: 1.3em;
	color: #000000;
	background-color: transparent;
	background-repeat: repeat-y;
  	background-position: center;
	text-align: center;
  
}
a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

hr {
	width: 75%;
	border: 1px dotted #ff6600;
} 