a {
	background: transparent;
	color: #ffffcc;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.content a {
	background: transparent;
	color: #990000;
}
.content a:link {
	text-decoration: none;
}
.content a:visited {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content a:active {
	text-decoration: underline;
}

.menu a {
	background: transparent;
	color: #990000;
	font-weight: bold;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	background: #990000;
	color: #cccc99;
	font-family: sans-serif;
	font-size: small;
}

h1 {
	margin: 0px;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
h2 {
	font-size: x-large;
        margin-top: 0px;
        margin-bottom: 0px;
}
h3 {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #cccc99;
}
.copyright {
        margin: 0px;
	font-size: x-small;
	padding: 10px;
}
.admin {
	font-size: xx-small;
}
.location {
	color: green;
	background: transparent;
	font-size: x-small;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.content {
        background: #ffffcc;
        color: #000000;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
}


.menu {
	background: #ffffff;
	color: #cccc99;
	font-size: small;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
}

.spacer {
	margin: 25px;
}
.block {
	margin-right: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	color: #990000;
	background: #ffffcc;
	border: 1px solid #cccc99;
}
td {
	vertical-align: top;
}
.eof {
	clear: both;
}
.main {
	margin: 10px;
}
.comment_name {
	font-weight: bold;
}
.whitespace {
	padding: 25px;
}
table {
	width: 100%;
	table-layout: fixed;
}
form {
	margin: 0px;
}
td {
	padding: 20px;
}
.adsense {
	padding: 25px;
	text-align: center;
}
.adminbar {
	padding: 4px;
	color: #000000;
	background: #ffffaa;
	font-size: xx-small;
}
.adminbar a {
	color: #ff0000;
	background: transparent;
}
