/*
The Atomic Hound Dog CSS
*/


body
{ background-color: Black; color: White;
  font-size: 75%;   
  font : medium;
}

 p, h1, h2, h3, table, td, th, ul, ol
{ font-family: verdana,arial,helvetica,sans-serif;  color : #C8B38D;  }

textarea, input
{ font-family: verdana,arial,helvetica,sans-serif;  color : Black;  }

a:link,a:visited,a:active
{ color: Red; background-color: transparent; }
a:hover
{ color: White; background-color: transparent;
  text-decoration: underline; }

hr
{ background-color: transparent; color: White;
  height: 1px; }
  
.normal
{ background-color: transparent; color: Maroon;
  text-decoration: none; line-height: normal;
  font-weight: normal; font-size: xx-large;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif; }  


