{
font-size : 12px;
font-family : Arial;
color : #000000;
text-align : left;
margin : 0;
} 

H3 {
font-family : Arial;
color : #000000;
text-align : center;
} 

H2 {
font-family : Arial;
color : #000000;
text-align : center;
} 

H1 {
font-family : Arial;
color : #000000;
text-align : left;
} 



BODY {
font-size : 12px;
font-family : Arial;
color : #000000;
background : #ffffff url(images/bouvbg3.jpg) fixed repeat;

} 

p {
	color: #000000;/*font text colour */
	font-family: Arial, Helvetica, sans-serif;/*body font style */
	font-size: 20px;/*body font size */
	text-align: center;/* hack for IE to make sure the layout is centred*/
} 

BLOCKQUOTE {
font-size : 12px;
font-family : Arial;
color : #000000;
text-align : left;
} 

A:hover {
font-weight : normal;
font-size : 11px;
font-family : Arial;
color : #003300;
background : transparent;
text-decoration : underline;
} 

A:visited, A:link, A:active {
font-weight : normal;
font-size : 11px;
font-family : Arial;
color : #000000;
text-decoration : none;
} 

/*GC added the css below for links*/

A.type1:link    {color: #F3F8F8; text-decoration:none; background-color: #B23A3C;}
A.type1:visited {color: #F3F8F8; text-decoration:none; background-color: #B23A3C;}
A.type1:hover   {background-color: #F3F8F8; color: #000000; text-decoration:underline;}

A.type2:link    {font-size: 14px; font-weight: bold; color:#996666; text-decoration:underline;}
A.type2:visited {font-size: 14px; font-weight: bold; color:#99CCCD; text-decoration:underline;}
A.type2:active  {font-size: 14px; font-weight: bold; color:#996666; text-decoration:underline;}
A.type2:hover   {font-size: 14px; font-weight: bold; color:#99cccd; text-decoration:underline;}

A.type3:link    {font-size: 14px; font-weight: bold; color:#00CCFF; text-decoration:none;}
A.type3:visited {font-size: 14px; font-weight: bold; color:#00CCFF; text-decoration:none;}
A.type3:active  {font-size: 14px; font-weight: bold; color:#00CCFF; text-decoration:none;}
A.type3:hover   {font-size: 14px; font-weight: bold; color:#FF8000; text-decoration:overline underline;}
