/* style.css - a simple style sheet */

P 	{font-family: verdana;
	 color: #2d2611;
	font-size: 13px;
	font-weight: normal;	
}



h1 	{align: center;
	font-family: verdana;
	 color: #2d2611;
	font-size: 18px;
	font-weight: bold;	
}


h2 	{font-family: verdana;
	 color: #2d2611;
	font-size: 16px;
	font-weight: bold;	
}

h3 	{font-family: verdana;
	 color: #2d2611;
	font-size: 14px;
	font-weight: bold;	
}




li	{font-family: verdana;
	 color: #2d2611;
	font-size: 13px;
	font-weight: normal;	
}

a 	{font-family: verdana;
	font-size: 13px;
	font-weight: normal;	
}
