/*						   	*/
/*   Copyright 2012 © 	*/
/*						   	*/
/*						   	*/
/*   COLORS THAT CAN BE USED:		   		*/
/*   blue | burgundy | gold | gray | navy | teal	*/
/*------------------------------------------------------*/
/*   EDIT COLOR ON NEXT 2 LINES  			*/
/*   1ST LINE IS FOR PAGES, 2ND LINE IS FOR THE MENU  	*/



@import url("colors/blue.css");

@import url("colors/blue-menu.css");

h1 { color: #048FF3; font: 18px georgia, serif; font-weight: bold; margin: 0px 0px 1px 0px; } 

h2 { color: #048FF3; font: 16px georgia, serif; font-weight: bold; margin: 0px 0px 1px 0px; } 

h3 { color: #048FF3; font: 14px georgia, serif; font-weight: bold; margin: 0px 0px 1px 0px; } 
