/* Text Colours and fonts */


.heading 
{ text-align: justify; 
font: bold 11pt Arial; 
color: navy; 
} 
h1,h2,h3{
	display: inline;
}


.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: black; 
line-height: 140% } 


.bodytextbig 

{ font face:Arial, sans-serif; 
font: normal 10pt Arial; 
color: red; 
line-height: 140% } 


/* Link Colours */


a.linksmall

{ font: bold 11px Arial; 
color: black; 
text-decoration: underline; 
} 

a.linksmall:hover 

{ font: bold 11px Arial; 
color: black; 
text-decoration: none; } 

