/* Can use C language comment blocks like this in your style sheets. */

BODY, A, H1, H2, H3, H4, H5, H6{
   FONT-FAMILY: arial, verdana, helvetica, sans-serif; color:white;background-color:yellow;
}

/* old background colour was bgcolor="#355785"*/

TABLE, TH, TR, TD{
   FONT-FAMILY: arial, verdana, helvetica, sans-serif; text-align: justify; FONT-SIZE: 15px;color:black;
}

H1, H2, H3, H4, H5, H6 PRE{ 
   COLOR: black;
}


P, B{
   text-align: justify;COLOR: black; FONT-SIZE: 15px; 
}


a:link{
   color:#355785;
}

a:visited{
   color:purple;
}
/* used to be background-color: lightblue; color: #ee7522; */


a:hover{
   color:maroon; BACKGROUND: white;
}


table#menutable {
   background-color:white;
}
/* used to be background-color: lightblue; color: #355785; */

td#menutablerow{
   background-color:#F5F6D2; text-align:center;
}
/*used to be background-color: lightblue; */


a#tablemenuanchor{
   background-color:#F5F6D2; color: #355785;
}

/* used to be background-color: lightblue; color: #355785; */


a#tablemenuanchor:hover{
   color:maroon; BACKGROUND: white; 
}

a#tablemenuanchor:visited{
   color:dimgray;
}

a#tablemenuanchor:link{
   color:black;

a:active{
   background-color:red; 
}