#navcontainer ul {
	list-style-type: none;
	margin-bottom: 25px;
	text-align: center;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	text-size: 14px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	background-color: #464646;
	padding-left: 1.35%;
	padding-right: 1.35%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:2px;
	margin-right:2px;
}

#navcontainer ul li a:hover {
	color:black;
	background-color: white;
}

#updatetext {
	background-color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 20px;
}

#updatetext img {
	border: solid black 3px;
	margin: 5px;
}

#updatetext h3 {
	text-align: right;
	font-style: italic;
	font-size: 11;
}

#updatetext a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#updatetext a:hover {
	font-weight:bolder;
	color: #999999;
}

h1.headline {
	text-align: center;
	font-size: 40px;
	color:white;
	font-family:times;
	margin-bottom: 0;
}

a.more {
	text-align: right;
	text-decoration: none;
	font-style: italic;
	color: white;
}

a.more:hover {
	font-weight: bold;
}

body {
	margin-right:18%;
	margin-left:18%;
	background-color: black;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}

p.endline {
	text-align: center;
	font-style: italic;
	font-size: 10px;
}

#mainframe {
	background-color:#1a1a1a;
	border-style:solid;
	border-color:black;
	border-width:15%;
	padding-left:20px;
	padding-right:20px;
}