body {
	background-color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px;
}

a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #666666;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Geneva, 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: #0000FF;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
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: #0000FF;
	text-align: left;
}
.post img {
	padding: 10px;
	border: thin groove #FF0000;
}

hr {
	color: #0000FF;
	background-color: #0000FF;
	border-color: #0000FF;
}
