/*
*rog-harvey.css
*Default StyleSheet from Me
*/

a:link {
	color: Blue;
}
a:visited {
	color: black;
}
a:active {
	color: green;
}
a:hover {
	color: red;
}



body{
	margin-left: 2.5%;
	margin-right: 5%;
	background: url(../img/background/beige043.gif);
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
}

h1{
	text-align: center;
	color: Navy;
}

h3{
	text-align: center;
}

p{
	text-indent: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#navigation a{
	display: block;
	padding: 2px;
	font-size: 10px;
	margin-right: 200px;
}

#text{
	margin-left: 125px;
	margin-top: -50px;
	position: relative;
}

#radar {
	text-align: center;
	vertical-align: bottom;
}