body, p,  H1, H2, H3, H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
	}
	
h1 {  
	font-size: 15px; 
	font-weight: bold; 
	}

h2 {  
	font-size: 13px; 
	font-weight: bold;
	}

h3 {  
	font-size: 12px; 
	font-weight: bold;
	color: #ffffffff;  
	}
	
h4 {  
	font-size: 13px; 
	font-weight: bold;
	color: #E2C79A;  
	}	
	
.footer {
	font-size: 10px;
	}
	
	
#white {
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;	
	}

#white a:link, #white a:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
	font-weight:bold;
}
#white a:hover {
	text-decoration: underline;
	}

#black {
	font-size: 10px;
	color: #000000;
	}

#black a:link, #black a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
}
#black a:hover {
	text-decoration: underline;
	}

a {
	font-size: 12px;
	color: #0000cc;	
	font-weight: bold;
}
a:link {
	font-size: 12px;
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}