body {	
	background-color: #ffffff;
	}

.siteContent
{
	padding: 5px 20px 5px 20px;
	background-color: #ffffff;
	border: none;
}

.siteContent strong 
{
	color:Maroon;
}

.siteContent h2
{
	color: Maroon;
	font-family: Tahoma;
	font-size: 16px;
}

.siteContent p
{
	font-family:Georgia;
	font-size: 12px;
}


#navBar
{
	width: 700px;
	font-weight: bold;
	font-family: Verdana;
}

#navBar a {
text-decoration: none;
color: Maroon;
}

#navBar a:hover { color: blue; 
background-color:#F4EDDE;
}

.adContent
{
	padding: 5px 20px 5px 20px;
	margin:0px;
	border: groove 3px #DF9E03;
	background-color:White;
}

.adContent h2
{
	color: Maroon;
	font-family: Tahoma;
	font-size: 16px;
}

.adContent p
{
	font-family:Georgia;
	font-size: 12px;
}

.adContent cite
{
	font-weight:bolder;
}

.pictureBox
{
	padding: 5px 20px 5px 20px;
	border: none;
}
td h1
{
	font-family: Georgia;
	font-size: 19px;
	color: Maroon;
}

td h2
{
	font-family: Georgia;
	font-size: 14px;
	color: Maroon;
}

td strong 
{
	color:Maroon;
}

td p
{
	font-family:Georgia;
	font-size: 12px;
}

td ul
{
	font-family: Georgia;
	list-style-type: circle; 
	font-size: 12px;
}