body {background-color: rgb(255,253,207)}

h1 {color: rgb(96,54,0)}
h1 {font-family: arial}


a:link {color: rgb(96,54,0); 
font-size: 100%; text-decoration: underline}
a:visited {color: rgb(147, 81, 0); 
font-size: 100%; text-decoration: underline}
a:hover {color: rgb(255,253,207); background: rgb(96,54,0); 
font-size: 100%; text-decoration: underline}
a:active {color: #FF0000; 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}


