a:link {color: blue;
text-decoration: none
}

a:active {color: navy;
text-decoration: none
}

a:visited {color: black;
text-decoration: none
}

a:hover {color: red;
text-decoration: none
}

CAPTION {font-family: Times New Roman;
font-size: 24pt;
font-weight: bold;
font-color: yellow;
background-color: #E3D6B6;
text-align: center;
border: 5px ridge gray;
}

TABLE {font-family: Times New Roman;
font-weight: bold;
font-color: #B22222;
background-color: transparent;
border-width: 0;
border-color: transparent;
text-align: justify;
}

TH {font-family: Times New Roman;
font-size: 16pt;
font-style: oblique;
color: #FFFFFF;
font-weight: bold;
background-color: black;
text-align: center;
text-decoration: none;
}

TD {font-family: Times New Roman;
vertical-align: top;
font-size: 13pt;
background-color: transparent;
color: #B22222;
border-width: 0;
font-weight: bold;
}

H2 {font-size: 36pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: white;
background: navy;
border: 5px ridge yellow;
}

LI {font-family: Times New Roman;
font-size: 14pt;
color: #B22222;
font-weight: bold;
}

P {font-family: Times New Roman;
font-size: 14pt;
color: #B22222;
font-weight: bold;
}

BODY {font-family: Times New Roman;
font-size: 14pt;
color: #B22222;
font-weight: bold;
text-align:justify;
background: url(gafhbgnd.jpg) #E3D6B6;
background-position: top left;
background-repeat: repeat-y;
SCROLLBAR-BASE-COLOR: #E3D6B6;
SCROLLBAR-ARROW-COLOR: #B22222;
}