
body {
	background-color: #ceeaff;
	color: #993300;
	
	padding: 0 1em 0 0;
    margin: 0;
	
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #996600;
}
