/* CSS Document */

/* ------This section covers the main body formatting style for text and images---------*/

/* Main body text for paragraph and body*/
p, body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}

/* Page margin - light grey border*/
body  {margin: 15px; border: 5px solid #CCCCCC; padding: 6px 20px 20px 20px;}

/*Italicised font*/
.emphasise {font-style:italic;}
		   
/*Navy blue background with white font*/
.h1 {background-color:#006699; color:#FFFFFF; font-size: 1.1em; padding: 6px; font-weight: bold;}

/*Small font*/
.h2 {color:#FF9900; font-weight: 300;}
		   
/*Main hypertext link colours.  Link is blue.  Hover is orange.*/		
a:link, a:visited {text-decoration: none; color: #0066FF;}		   
a:hover, a:active {text-decoration: none; color: #FF9900;}
		 			   
/*Paragraph with solid grey borders width is 300px*/
.box01 {font-size: 0.9em; color:#666666; padding: 8px; border: 1px solid #CCCCCC; width: 300px; background-color: #EEEEEE;}

/*Footer font style*/
.footer {font-size: 0.75em; color: #999999; border-top: 1px dotted #CCCCCC; padding: 5px; margin-top: 30px;}		

/* ------This ends the section that covers the main body formatting style for text---------*/
