	
body {
background-color: #69000b;
}

h1
{font-family: Times New Roman, Times, Serif;
font-size: 18px;
color: #cc9933;
font-weight: bold;
}
h2 {
font-family: arial, helvita, san-serif;
font-size: 16px;
color: #99ccff;
}

h3 {
font-family: arial, helvita, san-serif;
font-size: 20px;
font-weight: bold;}

a:link { 
   color: lime; 
   text-decoration: none; 
}
a:active { 
   color: #33ffcc; 
   text-decoration: none; 
}
a:visited { 
   color: pink;
   background-color: none; 
   text-decoration: none; 
}
a:hover { 
   color: yellow;
   background-color: none; 
   text-decoration: none; 
}





