Head
{
}
H1
{   font-size: xx-large;
    font-weight:  bold;
    font-family:  Victorian LET;
    color : #3300cc;
    font-size:32pt;
}
H2
{   font-size:  large;
    font-weight: normal;
    font-family: Comic Sans MS;
    color : #3300cc;
    font-size:16pt;
}
H3
{   font-size: x-large;
    font-weight:  bold;
    font-family:  Victorian LET;
    color : #3300cc;
    font-size:22pt;
}
H4
{   font-weight:normal;
    font-family:Times New Roman;
    color : #000000;
    font-size:1.0em;
}
H5
{  
	font-weight:normal;
    font-family:Times New Roman;
    color :#000000;
    font-size:0.9em;
}
BODY
{   background-color: #FFFFFF;
    font-weight: normal;
    font-size: 14pt;
    background-attachment: fixed;
    background-repeat:repeat;
    font-family: 'Times New Roman';
    vertical-align: middle;
    text-align: Left;
    text-decoration: none;
    display: inherit;
    color: #000000;
    clear: none;
    font-variant: normal;
}

   A:link{ text-decoration: underline; color: #FF6600;}
   A:visited { text-decoration: underline; color: #FF6600;}
   A:active { text-decoration: underline; color: #FF6600;}
   A:hover { text-decoration: underline; color: #FF6600;}

TABLE
{   width: 85%;
    visibility: visible;
    font:  17pt 'Times New Roman';
    color: #000000;
    vertical-align: bottom;
    letter-spacing: normal;
    text-decoration: none;
    border-width:medium;
    border-color:Navy;
    background-repeat:repeat;
    border-style:inset;
    table-layout:auto;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}   