@charset "UTF-8";

body {
	width: auto;
	height: auto;
	margin: 1em 0;
	padding: 0;
	border: 0;
	background-color: maroon;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top center;
	background-image: url("background.gif");
	color: black;
	text-align: center;
	font-size: medium;
	font-weight: normal;
	font-family: "Verdana",sans-serif;
}

img {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em;
	text-align: left;
}
div {
	width: 720px;
	height: auto;
	margin: 0 auto;
	padding: 0.5em 0;
	border-top: 0;
	border-right: 1px solid black;
	border-bottom: 0;
	border-left: 1px solid black;
	background-color: white;
	text-align: center;
}
div img {
	width: 720px;
}
div h1 {
	margin: 1em 0;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.5em;
	font-size: x-large;
	font-weight: bold;
}
div h2 {
	margin: 1em 0;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.25em;
	font-size: large;
	font-weight: bold;
}
div p {
	margin: 1em 40px;
}
div p a,div p a:visited {
	border-bottom: 1px dotted red;
	color: black;
	text-decoration: none;
}
div p a:hover,div p a:active {
	border-bottom: 1px solid red;
}

div#logo {
	height: 160px;
	padding: 0;
	border-top: 1px solid black;
}
div#logo img {
	height: 160px;	
}
div#index {
	height: 280px;
	padding: 0;
}
div#index img {
	height: 280px;
	background-color: gray;
}

div#header {
	background-color: black;
}
div#header a {
	margin: 0 0.5em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-weight: bold;
}
div#header a:hover {
	color: red;
}
div#footer {
	padding: 0 0 1em;
	border-bottom: 1px solid black;
	letter-spacing: 0.25em;
	font-size: small;
}

div div {
	overflow: hidden;
	width: auto;
	margin: 2em 40px;
	padding: 0;
	border: 0;
}
div div img {
	clear: both;
	float: left;
	width: 120px;
}

div div div {
	float: right;
	width: 500px;
	margin: 0;
	text-align: left;
}
div div div p {
	margin: 0;
	font-size: small;
	font-style: italic;
}
div div div h1 {
	margin: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: medium;
	font-weight: bold;
}
div div div h2 {
	margin: 0;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
	font-size: small;
	font-weight: normal;
}

table {
	width: auto;
	height: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0.5em;
	table-layout: fixed;
	line-height: 1em;
	text-align: center;
	font-size: 1em;
}
tr {
	width: auto;
	height: 1em;
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	border-color: transparent;
}
td.k {
	background-color: black;
}
td.w {
	border-color: silver;
	background-color: white;
}
td.r {
	border-color: #cb0d0d;
	background-color: #cb0d0d;
}
td.g {
	border-color: #0f0;
	background-color: #0f0;
}
td.b {
	border-color: #09f;
	background-color: #09f;
}
td.y {
	border-color: #ff0;
	background-color: #ff0;
}
td.o {
	border-color: #f90;
	background-color: #f90;
}
td.p {
	border-color: #f09;
	background-color: #f09;
}
td.v {
	border-color: #90c;
	background-color: #90c;
}
td.db {
	border-color: #30c;
	background-color: #30c;
}
td.ver {
	border-color: #ec2a2a;
	background-color: #ec2a2a;
}
td.k {
	border-color: black;
}
td {
	border-width: 2px;
	border-style: solid;
}

label {
	display: block;
	width: 640px;
	height: auto;
	margin: 1em 40px;
	padding: 0;
	border: 0;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0.25em;
	font-size: small;
	font-weight: bold;
}
input {
	font-size: large;
}
input.textarea {
	width: 100%;
	font-family: monospace;
}
textarea {
	width: 100%;
	height: 20em;
	font-weight: normal;
	font-family: monospace;
}
