a		{ 
	color: #0000FF; 
	text-decoration: none 
}

a:hover   { 
	color: #0000FF; 
	text-decoration: underline 
}

body    {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}

#foot a {
  	color: #0000CC; 
	text-decoration: none;
}

#foot a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftNav a {
	color: #333333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftNav a:hover {
	color: #333333;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header  {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content {
	background-image: url(../media/contentbg.gif);	
}