a {
	background: transparent;
	color: #222222;
	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: #222222;
}
.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: #222222;
	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: #ffffff;
	color: #000000;
	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: xx-large;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 2px solid #9999cc;
}
.copyright {
	margin: 0px;
	font-size: x-small;
	padding: 10px;
}
.location {
	color: green;
	background: transparent;
	font-size: xx-small;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.content {
	background: #ffffff;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom: 5px solid #9999cc;
}

.menu {
	background: #9999cc;
	color: #cccc99;
	font-size: small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.spacer {
	margin: 25px;
	border-bottom: 1px solid #9999cc;
}
.block {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	color: #000000;
	background: #ddddff;
	border: 0px solid #9999cc;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
}
td {
	vertical-align: top;
}
.eof {
	clear: both;
}
.main {
	margin: 10px;
}
.comment_name {
	font-weight: bold;
}
table {
	width: 100%;
	table-layout: fixed;
}
form {
	margin: 0px;
}
td {
	padding: 20px;
}
textarea {
	height: 500px;
	width: 800px;
}
input[type=text] {
	width: 200px;
}
button {
	color: red;
	background: yellow;
	font-size: xx-small;
	border-width: 1px;
	padding: 0px;
	margin: 1px;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #888;
}
