a {
font-size: 12pt;
text-decoration: none;
color: black;
   }
a:hover {
font-size: 12pt;
text-decoration: underline;
color: blue;
;
   }

body {
 font-family: times;
        color: ffcc66;
 font-size: 12pt;
        background-color: 993300;
}
