/*------------------------------------------------------------------------*/
/* Text  page definitions                                                 */
/*------------------------------------------------------------------------*/
body
{
  background-color : #FFFFE0 ;
  padding      : 20 ;
  color       : black ;
  font-family : Verdana,Arial ;
  font-size : 100% ;
}

td
{
  font-size : 100% ;
}

h1
{
  color       : #4040C0 ;
  font-family : Comic Sans MS,Verdana,Arial ;
  font-size   : 250% ;
}

h2
{
  font-size   : 130% ;
}

h3
{
  font-size   : 115% ;
}

hr
{
  margin-top : 40  ;
}

/* a:link      { color : #B0B080 ; text-decoration : none ; } */
/* a:visited   { color : #D0C0E0 ; text-decoration : none ; } */
/* a:hover     { color : #E1C20A ; text-decoration : none ; } */

a:link      { color : #101070 ; text-decoration : none ; }
a:visited   { color : #101070 ; text-decoration : none ; }
a:hover     { color : #E1C20A ; text-decoration : none ; }


