body {
	background-color: #666666;
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 15px;
	line-height: 21px;
}

span {
	font-family: Ulfilas; 
}

div {
	position: fixed;
	background-color: #999999;
	margin: 0;
	padding: 5px;
	border: 2px outset #999999;
}

#head {
	text-align: center;
	font-variant: small-caps;
	font-size: 30px;
	line-height: 1em;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 40px;
}

#menu {
	top: 80px;
	bottom: 20px;
	left: 20px;
	width: 200px;
}

#main {	
	text-align: justify;
	position: absolute;
	background-color: #cccccc;
	border: 2px outset #cccccc;
	padding: 5px 10px;
	overflow: auto;
	top: 80px;
	bottom: 60px;	
	left: 240px;
	right: 20px;
}

#foot {
	font-size: 10px;
	bottom: 20px;
	left: 240px;
	right: 20px;
	height: 20px;
}

b {
	color: #336633;
}

hr {
	width: 80%;
}

h1 {
	font-size: 20px;
	font-variant: small-caps;
}

h2 {
	font-size: 16px;
	font-variant: small-caps;
}

a:link {
	color: #333333;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #006600;
}

ul {
	padding: 0px;
	list-style-type: none;
}

ul li ul {
	padding-left: 10px;
}

table {
	margin-bottom: 10px;
}

td {
	padding: 5px;
	border: 2px ridge #666666;
}