/* MARV.CSS - Cascading Style Sheet.                                  */
/*      NOTE: for some reason, the first tag is ignored. Therefore, I */
/*            put H6 first, and BODY now works fine.                  */

H6 { font-family: Arial }

BODY       { background-color: #99CCCC;
             background-image: url(50sbkgnd.gif);
             color: #003399;
             font-family: Arial;
           }

/* To handle the paragraph tag within a table (for Netscape) */
.ptable  { font-family: Arial;
               font-size: large; }

/* To handle the font setting within a table (for Netscape) */
TD	{ font-family: Arial;
	  color: #003399;}

A:link     { color: #EE2222; text-decoration: none }
A:visited  { color: #CCFFFF; text-decoration: none }
A:active   { background-color: #FFFFFF; text-decoration: none }
A:hover    { background-color: #FFFFE8; text-decoration: none }
