BODY {
  color             : #A6B3F3;
  background        : black;   
  font-family       : "Trebuchet MS", Georgia, Arial, sans-serif; 
  text-align        : justify;
  font-size         : 14px;
}

P {
  color             : #A6B3F3;
  background        : black;
  font-family       : "Trebuchet MS", Georgia, Arial, sans-serif;
  text-align        : justify;
  margin-left       : 65px;
  margin-right      : 65px;
}

TABLE,TR,TD {
  
  font-family       : "Trebuchet MS", Georgia, Arial, sans-serif;
  font-size         : 14px;
}


.topic {
  color            : #A6B3F3;
  background       : black;
  text-align       : left;
  font-size        : 20px;
  margin-left      : 35px;
}


.menu {
  text-align        : left;
  margin-left       : 15px;
  margin-right      : 0px;
}



A:link {
   font-size         : 14px;
   color             : #A6B3F3;
   background        : transparent;
   text-decoration   : underline;
}

A:visited {
   font-size         : 14px;
   color             : #A6B3F3;
   background        : transparent;
   text-decoration   : underline; 
}

A:hover {
   font-size         : 14px;
   color             : black; 
   background        : yellow; 
   text-decoration   : underline;
}

A:active {
   font-size         : 14px;
   color             : #000000; 
   background        : yellow; 
   text-decoration   : underline; 
}