h1 {
	position: absolute;
	top: 0;
	left: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCFF;
}



.blog {
	background-color: White;
	width: 700px;
	max-width: 700px;
	position: absolute;
	top: 175px;
	left: 25px;
	border: thin solid Black;
}
	
#date {
	background-color: #666666;
	color: White;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
	font-size: 125%;
}

#entry {
	width: 680px;
	padding: 10px;
}

h2{
	margin-left: 10%;
	height: 40 px;
}

.floatimgright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border: medium solid #000066;
}
.floatimgleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: medium solid #000066;
}

