body {
	font-family: "Courier New";
	font-size: small;
	margin-top: 60px;
}

h1 {
	font-size: large;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: small;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px;
}

li {
	list-style: none;	
}

#content {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#blogmain {
	background-color: silver;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#blogcontent {
	background-color: red;
	width: 590px;
	margin-right: 10px;
	float: left;
}

#blogmenu {
	background-color: blue;
	width: 200px;
	float: left;
}

#blogitem {
	background-color: yellow;
	margin-bottom: 10px;
}

.red { color: red; }
.green { color: green; }
.blue { color: blue; }
