body {
	background-color: #FF6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	background-color: #DAD88D;
	vertical-align: top;
	padding: 5px;
}

a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #666666;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	}
	

li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
	text-align: left;
}
.post img {
	padding: 10px;
	border: thin solid #FF6600;
}

