a:link {color: blue}       /* unvisited link */
a:visited {color: blue}    /* visited link */
a:active {color: teal}     /* active link */
a:hover {color: teal} 	  /* hover over a link*/
a {text-decoration: none}  /* removes underline */

table{
    font-size: 10pt
    }

html,body{
    font-family: arial;
    font-size: 10pt;
    color: black;
    background-color: white;
    margin-left: 0px;
    margin-top: 0px;
    overflow:auto;
    }

big {
    font-weight: bold
    }

//span{
//    max-width: 550px;
//    }

a#Rates span.tab{
    position: absolute;
    left: 300px;
    }

a#Specials span.tab{
    position: absolute;
    left: 330px;
    }

font.address{
    font-size: 8pt;
     }
