/* Text Colours and fonts */





.heading 
{ text-align: justify; 
font: bold 12pt Arial; 
color: #63108B; 
} 



.smallheading 
{ text-align: justify; 
font: bold 11pt Arial; 
color: #007EA8; 
} 


.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: #858585; 
line-height: 140% } 




/* Link Colours */


a.linkblack

{ font: bold 15px Arial; 
color: #C9E100; 
text-decoration: underline; 
} 

a.linkblack:hover 

{ font: bold 15px Arial; 
color: white; 
text-decoration: none; } 

a.linkmidgid

{ font: bold 11px Arial; 
color: white; 
text-decoration: underline; 
} 

a.linkmidgid:hover 

{ font: bold 11px Arial; 
color: yellow; 
text-decoration: none; } 
