body { 
	background-color:#fff; 
}

div#index {
	text-align:center;
	width:75%;
	margin:auto;
	margin-top:200px;
}

h1 {	
	font-family:Georgia, serif; 
	font-size:20pt; 
	font-style:italic;
	font-weight:bold;
	color:maroon;
}

a {	
	font-family:Georgia, serif; 
	color:#000;
	text-decoration:none;
}
