html { 
   background:#330000;
}

p {
	margin-top: -8px;
}

h1 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	color:#FFFFFF;	
}

a:link {
    text-decoration: none;
	color:#FFD08C
}

a:visited {
    text-decoration: none;
	color:#FFD08C
}

a:hover {
    text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #FFD08C;
	background-color: #330000;
}
