BODY 
{ 
/*Sets the colour of the text */
/*#800000 black blue fushia gray green lime maroon navy  */
/*olive purple red silver teal white yellow */
/*Different formats can be used */
/*yellow #ffff00 #ff0 rgb(255,255,0) rgb(100%, 100%, 0%) */
color : black;

/*This sets the background properties skyblue = #87ceeb */
/*colour images = url(yellowpattern.gif) none  */
/*repeat - sets the image to repeat horizontally & vertically */
/*transparent - allows items to show through if underneith*/
/*no-repeat repeat-y = repeat vertically repeat-x */
background: #white;

/*Fonts are used in descending order from left to right */
/*If arial is not available helvetica is next */
font-family : "HELVETICA, SANS-SERIF   ";

/*font-size options include */
/*12pt = point 12px = pixels xx-small x-small small medium */
/*large x-large xx-large */
font-size : 12px;

/*options available: none underline line-through */
text-decoration: none;

/*Sets the height between lines in a block level item */
/*can have similar settings to font-size or be a percentage */
line-height: 1;

/*Sets the margin */
margin-left: 0.25in;

/*Sets the margin */
margin-right: 0.25in;

/* Position of the text on a line. options are: left center right */


/*Indents the text in the first line of a block */
/*default = 0 */
text-indent: 0pt
}

H1 
{ 
color : #000000;

font-family : arial;
font-size : 16pt;
text-decoration: none;
line-height: 1.0;
margin-left: 0in;
margin-right: 0in;
text-align: normal;
LETTER-SPACING:1pt;
text-indent: 0pt
}

H2 
{ 
color : #000000;

font-family : arial;
font-size : 11pt;
text-decoration: none;
line-height: 1.0;
margin-left: 0in;
margin-right: 0in;
text-align: MIDDLE;
text-indent: 0pt
}

H3 
{ 
color : #000000;

font-family : arial;
font-size : 8pt;
text-decoration: none;
line-height: 1.0;
margin-left: 0in;
margin-right: 0in;
text-align: normal;
text-indent: 0pt
}

a.type1:link {color:black; text-decoration:none;}
a.type1:visited {color:black; text-decoration:none;}
a.type1:active {color:black; text-decoration:none;}
a.type1:hover {color:BLACK; text-decoration:underline; background-Color:#ffd700;}

a.type2:hover {color:BLACK; text-decoration:underline; background-Color:#ffd700;}

a.type3:link {color:black; text-decoration:underline;}
a.type3:visited {color:black; text-decoration:underline;}
a.type3:active {color:black; text-decoration:underline;}
a.type3:hover {color:black; text-decoration:underline; background-Color:#ffd700;}

a.type4:link {color:blue; text-decoration:underline;}
a.type4:visited {color:blue; text-decoration:underline;}
a.type4:active {color:blue; text-decoration:underline;}
a.type4:hover {color:black; text-decoration:underline; background-Color:#ffd700;}

a.type5:link {color:GOLD; text-decoration:none;}
a.type5:visited {color:GOLD; text-decoration:none;}
a.type5:active {color:GOLD; text-decoration:none;}
a.type5:hover {color:BLACK; text-decoration:BOLD; }

a.type6:link {color:red; text-decoration:none;}
a.type6:visited {color:red; text-decoration:none;}
a.type6:active {color:red; text-decoration:none;}
a.type6:hover {color:BLACK; text-decoration:BOLD; }

a.type7:link {color:black; text-decoration:none;}
a.type7:visited {color:black; text-decoration:none;}
a.type7:active {color:black; text-decoration:none;}
a.type7:hover {color:red; text-decoration:BOLD; }

a.type8:link {color:GOLD; text-decoration:none;}
a.type8:visited {color:GOLD; text-decoration:none;}
a.type8:active {color:GOLD; text-decoration:none;}
a.type8:hover {color:BLACK; text-decoration:BOLD; }

a.type9:link {color:black; text-decoration:none;}
a.type9:visited {color:black; text-decoration:none;}
a.type9:active {color:black; text-decoration:none;}
a.type9:hover {color:green; text-decoration:BOLD; }

a.type10:link {color:black; text-decoration:none;}
a.type10:visited {color:black; text-decoration:none;}
a.type10:active {color:blue; text-decoration:underline;}
a.type10:hover {color:black; text-decoration:bold; background-Color:#ffd700;}


a.type11:link {color:white; text-decoration:none;}
a.type11:visited {color:white; text-decoration:none;}
a.type11:active {color:white; text-decoration:underline;}
a.type11:hover {color:black; text-decoration:none; background-Color:#ffd700;}

a.type12:link {color:black; text-decoration:none;}
a.type12:visited {color:black; text-decoration:none;}
a.type12:active {color:black; text-decoration:none;}
a.type12:hover {color:black; text-decoration:bold;underline; background-Color:#800000;}

a.type13:link {color:red; text-decoration:underline;}
a.type13:visited {color:red; text-decoration:underline;}
a.type13:active {color:red; text-decoration:underline;}
a.type13:hover {color:white; text-decoration:none; background-Color:red;}

a.type14:link {color:white; text-decoration:none;}
a.type14:visited {color:white; text-decoration:none;}
a.type14:active {color:white; text-decoration:none;}
a.type14:hover {color:yellow; text-decoration:none; background-Color:none;}

a.type15:link {color:black; text-decoration:none;}
a.type15:visited {color:black; text-decoration:none;}
a.type15:active {color:black; text-decoration:none;}
a.type15:hover {color:yellow; text-decoration:none; background-Color:none;}

A:link {text-decoration: none; color:#0000ff}
A:visited {text-decoration: none; color:#0000ff}
a:hover {text-decoration: none; color:#0000ff}


