/* $Id: main.css,v 1.1 2004/01/12 09:37:02 rain Exp $ */

body {
	font-family: gill sans, sans-serif;
	background-color: #000033;
	color: #FFFFFF;
}

a {
	background-color: #000033;
	text-decoration: none;
}

a:link {
	color: #AAAAAA;
	
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #CCCCCC;
}

.content {
	margin: 1em;
	padding-top: 10%;
	padding-bottom: 10%;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	overflow: auto;
/* 	width: 100%; */
	max-height: 10%;
	border: 2px #fcfcfc solid;
	background: #000033;
	padding: 0.5em;
	font-size: smaller;
	letter-spacing: 0.3em;
	text-align: center;
}

.footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
/* 	width: 100%; */
	max-height: 10%;
	overflow: auto;
	border: 2px #fcfcfc solid;
	background: #000033;
	padding: 0.5em;
	font-size: smaller;
	text-align: center;
}

.dim {
	color: #666666;
	background-color: #000033;
/* 	letter-spacing: 0.4em; */
}

p {
	width: 90%;
	margin: 0.25em;
	padding: 0.25em;
}

hr {
	width: 80%;
	text-align: center;
}

dt {
	font-weight: bolder;
}