﻿/* First one is throwaway for Netscape prior to 7.0 */
p.dummy {
	font-family: "Times New Roman", Times, serif;
}
A:link    {color: Teal;
           text-decoration: underline}
A:visited {color: Teal;
           text-decoration: underline}
A:active  {color: Red;
           text-decoration: underline}
A:hover   {color: Red;
           text-decoration: underline}

BODY      {font-family: Arial, Helvetica, sans-serif;
           margin: 0px 0px 10px 0px;
           color: black;
           background: white;
/*           background-image: url(../images/graphpaper.gif); */
           background-repeat: repeat-y;
}
           
CODE      {font-family: "Courier New", Courier, Monaco, monospace}

H1        {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: Teal;
           font-weight: bold;
}

H2        {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: Teal;
           font-weight: bold;
}

H3        {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           color: Teal;
           font-weight: bold;
}

H4        {font-family: Arial, Helvetica, sans-serif;
           color: Teal;
           margin: 0}

H5        {font-family: Arial, Helvetica, sans-serif;
           color: Black;
           font-weight: bold;
}

H6        {font-family: Arial, Helvetica, sans-serif;
           color: Black;
           font-weight: bold;
}

.footer { font-size: smaller; }
