/* Text Colours and fonts */


.heading 
{ text-align: justify; 
font: bold 11pt Arial; 
color: navy; 
} 

.points
{ font face:Arial, verdana; 
font: normal 10pt Arial; 
color: #073A63; 
line-height: 140% } 


.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; }

h1,h2,h3,h4,h5,h6{
	display: inline;
}