/*Sets default font, colours and backgrounds for the whole page*/



body {font-family: Trebuchet, Helvetica, "Lucida Sans", Geneva, Verdana, sans-serif;
     color: #63933F;
		 background-color: #CFCFAC;
		 margin-top: 0;}  

/*Styles specific to headings*/

h1 {color: #044476;
   margin-top: 25px;
   padding: 3;
   font-size: 250%;
	 font-weight: bold;}

h2 {color: #6F393F;
   font-family: Broadway, "Harlow Solid Italic"; 
   font-size: 150%;
   padding: 3}
h3 {font-family: "Comic Sans MS", calibri;
    color: #6024DD;
   font-size: 100%;
	 margin-bottom: 8px;
	 padding: 0px;}
h4 {color: #66930;
   font-family: "Comic Sans MS",calibri, Arial;
   font-size: 120%;
	 margin-bottom: 0px;
	 padding: 2px;}
	 

/*Classes*/	 

/*Pseudo classes*/

a:link { color: #74269D;
				 text-decoration: none;}
a:hover {color: #4269D7;
         text-decoration: underline;}
