body {background-color: rgb(255,253,207)}

h1 {color: rgb(96,54,0)}
h1 {font-family: arial}

p {color: rgb(96,54,0); 
   font-family: Arial; 
   font-size: 100%}

a:link {color: rgb(96,54,0); 
       font-size: 100%; 
       text-decoration: underline;
       font-family: arial;}
a:visited {color: rgb(147, 81, 0); 
          font-size: 100%;
          font-family: arial;
          text-decoration: underline}
a:hover {color: rgb(255,253,207);
         background: rgb(96,54,0);
         font-family: arial;
         font-size: 100%;
         text-decoration: underline}
a:active {color: #FF0000;
         font-family: arial;
         font-size: 100%}

a.two:link {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: none}
a.two:visited {color: rgb(0,0,100); font-weight: bold;  
font-size: 90%; text-decoration: none}
a.two:hover {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: underline; background: rgb(200,225,255)}
a.two:active {color: rgb(0,0,100); font-size: 90%; font-weight: bold; 
text decoration: underline}


