p{
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : Black;
; text-align: justify
}
/*
Top level heading, has high search engine relevance if used once per page
*/
h1{
	font-family : Arial;
	color : #000000;
	font-size : 12px;
	margin-top: 7px;
	margin-bottom: 5px;
}
/*
Second level heading
*/
h2{
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 3px;
; text-decoration: underline
}
/*
Third level heading
*/
h3{
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight: 700;
	margin-top: 3px;
	margin-bottom: 3px;
}
select
{
	color : #BB0000;
	font-family :Arial;
	font-size: 12px;
}
/*
Links.  You can define here what a link will look like when clicked, visited and hovered over
*/
A:link 
{
	font-family:Arial;color:#000000;
}
A:visited {
	font-family:,"Arial";color:#000000;
}
A:hover {
	font-family:Arial;color:#FF0000;
}

/*
Navigation links, this is for the Topic Categories navigation
*/
A.Nav:link 
{
	font-family:Arial;color:#000000;font-size: 12px;
}
A.Nav:visited {
	font-family:,"Arial";color:#000000;font-size: 12px;
}
A.Nav:hover {
	font-family:Arial;color:#FF0000;font-size: 12px;
}/*
The main text of the entire site
*/
body { 
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : Black;
; text-align: justify
} 
/*
All input (form) elements
*/
input { 
	color : #333333;
	font-family :Arial;
	font-size: 12px;
; text-align: justify
 } textarea
 { 
	color : #BB0000;
	font-family :Arial;
	font-size: 12px;
; text-align: justify } td { 
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : Black;
; text-align: justify
} 
option { 
	color : #BB0000;
	font-family :Arial;
	font-size: 12px;
; text-align: justify } centre {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify}
.centre {  text-align: center}
