/* east.css */

/* Body */

 body
  {
   color: #333300;
   background-color: #FFFCC;
   font-family: Trebuchet, Georgia, Times;
   font-size: 16px;
  }

/* Regular links */
a:link
  {
   color: #993333;
   text-decoration: none;
  }
 
 a:visited
  {
   color: #993333;
   text-decoration: none;
  }

 a:hover
  {
   color: #FF8F1F;
   text-decoration: underline;
  }

 a:active
  {
   color: #B8002E;
   text-decoration: underline;
  }

nav
{
 font-size: 12px; 
 font-weight: bold; 
 font-family: Trebuchet, Georgia, Times, serif; 
}

tabletext
{
 font-size: 10px; 
 font-weight: bold; 
 font-family: Trebuchet, Georgia, Times, serif; 
color: #333300;
}


