/* Text Colours and fonts */


.heading 
{ text-align: justify; 
font: bold 11pt Arial; 
color: navy; 
text-decoration: none;
} 



.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: black; 
line-height: 140% } 


.bodytextbig 

{ font face:Arial, sans-serif; 
font: normal 10pt/140% Arial; 
color: #000099} 

h1,h2,h3,h4,h5,h6
{
display:inline;
}


/* 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; } 
