
/* Abes */
* { 
	font-family: Verdana;
	font-size: 96%;
	margin: 0;
	padding: 0;
}
p { clear: both; }
/* Abes */

/*anthony*/

/* header begins */
#header h1, h1 a, h1 a:hover, h1 .selected {
	margin-top: 20px;
	font-size: 30px;
	font-family: myriad-pro, helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	text-shadow: 0 -1px 0 black;
	color: white;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: myriad-pro, helvetica, arial, sans-serif;
	font-weight: normal;
	float: left;
}		
/* header ends */
a {	
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: blink;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, helvetica, arial, sans-serif;
}


/* footer begins */
footer a{
			font-size: 16px;
			color: white;
			text-shadow: 0 1px 0 black;
			padding: 4px;
		}
		
/*footer ends*/