h1, h2, h3, body { font-family: "Century Gothic", verdana, arial, helvetica, sans-serif; color: white; }
h1, h2 { text-align: center;}

body {background-color:#3266cc; color: white}

#sitenavigation{
	align:center;
	position: relative;
	width: auto;
	min-width: 120px;
	/*margin: 0 210px 20px 170px;*/
	border: 0px solid black;
	padding: 10px;
}

/* Link styles */

a{
	color: white;
	font-family: "Century Gothic", verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

a:link{
	color: white;
}

a:visited{
	color: white;
}

a:hover{
	background-color: #bbb;
	color: red;
}