
BODY {
   font-family : georgia, times; 
   color : rgb(000,097,066);
   font-size : 10pt; 
   background-color : rgb(255,255,255);
   background-image : url("../images/edgbkgnd.gif");
   margin-top : 0;
   margin-bottom : 20;
   margin-left : 0;
}


p {
    font-family: "georgia, times";
}
input {
    font-family: "georgia, times";
}
td {
    font-family: "georgia, times";
}
h1 {
    font-family: "georgia, times";
}
h2 {
    font-family: "georgia, times";
}
h3 {
    font-family: "georgia, times";
}

A:visited {
   color : rgb(000,067,036); 
   text-decoration : none;
}


A:link {
   color : rgb(059,087,152); 
   text-decoration : underline; 
}


A:hover {
   color : rgb(255,000,000);
   text-decoration : underline; 
}


A:active {
   color : rgb(255,000,000);
}
