/*
body {
	text:#000066;
	link:#3333CC;
	vlink:#666699;
	alink:#990099;
}
*/
body.navbar {
	background-color: rgb(234, 164, 34);
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	color: blue;
	font-size: 3em;
	text-align: center;
}
#contents {
	background-color: rgb(234, 164, 34);
}
#navbar a:visited, #navbar a:link {
	color: blue;
	text-decoration: none;
}
#navbar a:hover {
	color: white;
	background-color: blue;
	text-decoration: none;
}
/*#navbar {text-align: center;}*/
#mainpage {
	background-image: url(images/sumtextb.jpg);
	font-family: verdana, arial, helvetica, sans-serif;
}
#main-content {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: -50px;
	padding: 10px;
}