body{
	font-family: Helvetica;
	font-style: normal;
	font-size: 12;
	background-color: #EEEECC;
	color: #000000;
	text-align: left;
	padding-left: 20;
	padding-top: 20;
}

A:link, A:visited, A:active {
	text-decoration: none;
	font-weight: bold;
	color: #224466;
}

A:hover {
	text-decoration: underline;
	color: FE1111;
}

#content_body {
	padding-bottom: 10;
	background-color: #CCCC99;
	color: #000000;
	border-width: 1;
	border-color: #000000;
	border-style: solid;
	width: 700;
	text-align: left;

}

#content_body a:link, #content_body a:visited, #content_body a:active {
	text-decoration: none;
	font-weight: bold;
	color: CCCCCC;
}

#nav {
	padding-top: 3;
	padding-left: 30;
	font-size: 18;
	font-family: Helvetica;
	color: FE1111;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: AAAAAA;
}

#nav a:hover {
	text-decoration: underline;
	color: FE1111;
}

.post_headline {
	padding: 2;
	background-color: #224466;
	color: FFFFFF;
	font-size: 14;
	font-weight: bold;
}

.post_body {
	padding: 3;
	padding-left: 5;
	background-color: #FFFFFF;
	color: 000000;
	font-size: 12;
}

.post_container {
	text-align: left;
	font-size: 12;
	border-color: 000000;
	border-width: 1;
	border-style: solid;
	width: 600;
}

.post_headline A:link, .post_headline A:visited, .post_headline a:active {
	text-decoration: none;
	font-weight: bold;
	color: EEEEEE;
	font-size: 12;
}

.post_headline a:hover{
	text-decoration: underline;
	color: FFFFFF;
}

#content{
	padding-top: 10;
}