body {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: White;
	text-align: center;
	background-color: black;
	background-repeat: repeat-x;
}

h1 {
	color: #cdcccf;
	font-size: 19px;
	font-style: italic;
	
}

a {
	color: #ef0000;
}
a:hover {
	color: #ef0000;
	text-decoration: none;
}


