body{
	margin: 0px 0px 20px 0px;
	background-color: #013D6D;
	font-family: Georgia, Times New Roman, Serif;
	font-color: white;
	padding-left: .5em;
}

p{
	color: white;
}

ul.text{
	list-style-type: none;
	text-align: left;
	border: .2em solid white;
	width: 800px;
	margin: 0.5em 0;
	padding: 0.3em;
	padding-top: 1em;
	background-color: #5872A0;
}

ul.head{
	list-style-type: none;
	text-align: left;
	border: .2em solid white;
	width: 0.5em;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #981E10;
}

ul.navbar{
	list-style-type: none;
	float: left;
	text-align: center;
	padding-bottom: 1em;
	margin: 0;
}

a.navbar{
	width: 160px;
	height: 60px;
	background-image: url(link_idle.jpg);
	line-height: 50px;
}

a.navbar:link{
	color: white;
	text-decoration: none;
}

a.navbar:visited{
	color: white;
}

a.navbar:hover{
	color: #FFA448;
	background-image: url(link_hover.jpg);
}

hr{
	color: white;
	height: 2px;
	width: 30%;
	text-align: center;
}

a{
	text-decoration: none;
}

a:link{
	color: #FFA448;
}

a:visited {
	color: #FFA448;
}

a:active {
	color: white;
}

a:hover {
	color: white;
}