/* http://www.afeswa.info/styles.css						*/
/*															*/
/* Contains the Cascading Style Sheet styles used sitewide	*/
/* Last revised: 26/12/03									*/
/* Version: 3.0												*/

@import url("http://www.afeswa.info/heading/css/layout.css");
@import url("http://www.afeswa.info/heading/css/colour.css");

/* FONTS */
body {
	font-family: "Gill Sans", Geneva, Arial, Helvetica, "Sans Serif";
	font-size: 14px;
	line-height:2;
	text-align:justify;
	}
	
h1 { 
	font-size: 20px;
	font-weight: bold;
	}
h2 { 
	font-size: 16px;
	font-weight: bold;
	}
h3 { 
	font-size: 12px;
	font-weight: bold;
	}
#box h2 {
	display:inline;
	}
	
#box h3 {
	display:inline;
	font-size:10pt;
	}
	
#box { font-size:90%;text-align:left}
	
#footer {
	font-size:0.9em;
	text-align:center;
	}
#menu ul {
	text-align: center;
	}
	
/* MISCELLANEOUS */
ul {
	list-style-image:url("http://www.afeswa.info/heading/images/bullet.gif");
	}