
BODY {
   font-family : times; 
   color : rgb(000,000,000);
   font-size : 10pt; 
   background-color : rgb(018,075,150);
   background-image : url("../images/backgrnd.jpg");
   margin-top : 30;
   margin-bottom : 0;
   margin-left : 10;
}


p {
    font-family: "times";
}
input {
    font-family: "times";
}
td {
    font-family: "times";
}
h1 {
    font-family: "times";
}
h2 {
    font-family: "times";
}
h3 {
    font-family: "times";
}

A:visited {
   color : rgb(000,097,066); 
   text-decoration : none;
}


A:link {
   color : rgb(000,097,066); 
   text-decoration : underline; 
}


A:hover {
   color : rgb(255,000,000);
   text-decoration : underline; 
}


A:active {
   color : rgb(255,000,000);
}
