body {
	background-color: #CC0066;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.main {
	background-color: #666666;
	vertical-align: top;
	padding: 5px;
}

a {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #FFFFFF;
}
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: #FFFFFF;
	}
	

li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0066;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0066;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0066;;
	text-align: left;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bolder;
}
.post img {
	padding: 2px;
	border: thin double #CC0066;
}

hr {
	color: #CC0066;
	background-color: #CC0066;
	border-color: #CC0066;
}
