body, html {
	
	margin:0;
	padding:0;
	
	width:100%;
	height:100%;
	background-color:#f8e0ee;
	
}

.links, .links a {
	
	font-family:Georgia, Times;
	
	font-size: 12px;
	font-style:italic;
	
	text-decoration:none;
	
	color:#c23284;
	
	
}

.links a:hover {
	
	text-decoration:underline;
}
