body {
	background-color: #ffffff;
}

a:link {
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #335;
}

a:hover {
	color: #253;
	background: #ffcc00;
}

#header {
	background: #000000; 
	border-bottom: 2px solid #ffcc00;
}

#headerTitle {
	padding-bottom: 0px;
	padding-top: 0px;
	background: #000000;	
}

#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px solid #898e79;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

