/*Background Color*/
body {background: #EEEEEE url(bg.gif) repeat-y; }

/*Main Paragraph on Page*/
P{font: 13.5pt/14pt Arial}
P{color:#000033}

/*Title on Select Pages*/
h1{font: 20pt/20pt Arial}
h1{color:#000033}

/*Misc Font*/
h2{font: 16pt/16pt Arial}
h2{color:#000033}

/*Other Text on Page*/
h3{font: 13pt/13pt Arial}
h3{color:#000033}

/*Other Text on Page*/
h4{font: 13pt/13pt Arial}
h4{color:#000033}

/*The Small font on page copyright and comments*/
h5{font: 9pt/9pt Arial}

/*Links only links currently e-mail*/
A:link	{ color: #000033 }    /* unvisited links */
A:link	{text-decoration:underline}
A:link	{font: 13.5pt/13pt Arial}
A:active{ color: #003300 }   /* active links    */
A:active{text-decoration:none}
A:active{font: 13.5pt/13.5pt Arial}
A:hover	{ color: #003300 } /* user hovers     */
A:hover	{text-decoration:none}
A:hover	{font: 13.5pt/13.5pt Arial}
A:visited{ color: #003300 }   /* visited links   */
A:visited{text-decoration:underline}
A:visited{font: 13.5pt/13.5pt Arial}

