@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #58000C;
}
a:link {
	color: #fde8b1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fde8b1;
}
a:hover {
	text-decoration: underline;
	color: #fde8b1;
}
a:active {
	text-decoration: none;
	color: #fde8b1;
}

.calendar {
	overflow:hidden; 
	width:250px; 
	height: 200px; 
	position:static; 
	margin-left:75px;
	margin-top:-275px;
	}
	
	
