* {
	font-family:'Arial-BoldMT',Arial,Tahoma,Geneva,sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body{
	background-color: Black;
	color: White;
}
p{
	margin-bottom: 2em;
}
h1{
	font-size:36px;
	text-align: center;
}
h2{
	font-size:26px;
	text-align: center;
}
img{
	border: 0 none;
}
.menu{
	width: 100%;
	display: block;
	text-align: center;
	margin-top:10px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #696969;
}

.menu li{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}
.menu a,.menu a:visited,.menu a:active,.menu a:hover{
	color:silver;
	text-decoration: none;
	font-size:90%;
	white-space: nowrap;
}
.menu a:hover{
	color:#DDDDDD;
}
a.sel{
	font-weight: bold;
	color:white !important;
}


.content{
	width:625px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	
}

.page li ul,.page ol,.page li{
	margin-left:20px;
}
.page a,.page a:visited,.page a:active{
	color:white;
}
.page a:hover{
	color:#696969;
}
