/* DHA Volleyball website styles */
/* By Jeff Ginger */
/* Nothing fancy */
	
	@font-face {
	font-family:"Calibri";
	src: url(../fonts/CALIBRI3.eot);
	}

	body{
	background-color:white;
	margin:0;
	color:#000000;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:90%;
	}
	
	/*Non-IE7 browsers will display this*/
	html>/**/body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	}

	.content{
	padding:0.5ex;
	text-align:left;
	}
	
	.content h2{
	margin-top:0;
	margin-bottom:0.5ex;
	}
	
	.content p{
	margin-top:0;
	}
