body{
	background-color: #1D1D1F;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
h1{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	top: 10px;
}
.titlebar{
	background-color: #BBC9F6;
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	line-height: 0.5;
	padding: 0px 0px 10px;
        min-width: 620px;
}
#title1{
	color: #000000;
	position: relative;
	left: 10px;
	top: -5px;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 24pt;
	border-bottom: solid;
}
#title3{
	color: #42454F;
	position: relative;
	right: 10px;
	top: -32px;
	font-style: italic;
	font-size: 16pt;
	text-align: right;
}
#title2{
	text-align: right;
}
.menu{
	position: absolute;
	top: 45px;
        min-width: 600px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
	float: left;
}
.menu a:link, a:visited {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	width: 120px;
	color: #000000;
	background-color: #BBC9F6
}
.menu a:hover, a:active {
	cursor: pointer;
	color:#ffffff;
	background-color: #5D647B
}
.main{
	background-color: #D8DBE3;
	padding: 10px;
	position: relative;
	top: 85px;
        min-width: 600px;
}
.picture{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.text{
	font-family: Verdana, Geneva, sans-serif;
}
#links {
	width: 100%;
	border-collapse: collapse;
}
#links td {
	border: 1px solid;
	text-align: center;
	width: 25%;
}

li{
        font-family: Verdana, Geneva, sans-serif;
}
