@charset "utf-8";
/* CSS Document */

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;	
}

a {
	color:#000022;
	text-decoration:none;
}

a:hover {
	color: darkblue;
}

.datebox {
	float:left;
	padding:5px;
	width: 300px;
	height:300px;
}