
    /* Don't underline links */
    a:link {text-decoration: none; color: #FFcc00}
    
    a:visited {text-decoration: none; color: #FFcc00}
    /* Add Hover with color to links */
    a:hover {text-decoration: none; color:#FF9900;}
    a:active {text-decoration: none; color: #FFFFFF;}

 body{background-image: url(bckgrnd13.gif);background-repeat: repeat-y;}
P {  }

H1 { 
font-weight: bold;
font-size : 18pt;
font-family : Tahoma}

H2 {
font-weight: bold;
font-size : 30pt;
font-family : Tahoma}

BODY {
margin-left : 70pt;
font-size : 10pt;
font-family : Tahoma}

H3 { background: #FFFFFF;
color : #000000;
font-weight: bold;
font-size : 20pt;
font-family : Arial}


