/* Root stylesheet */

BODY {
	font-family: Arial,Helvetica,Sans-serif;
 }

A:link {
	font-weight: bold;
        text-decoration :underline;
 }

A:hover {
	font-weight: bold;
        text-decoration :underline;
 }

A:active {
	font-weight: bold;
        text-decoration :underline;
 }

A:visited {
	font-weight : bold;
        text-decoration :underline;
 }

H1 {
	font-family: Arial,Helvetica,Sans-serif;
 }

H2 {
	font-family: Arial,Helvetica,Sans-serif;
 }

H3 {
	font-family: Arial,Helvetica,Sans-serif;
 }

H4 {
	font-family: Arial,Helvetica,Sans-serif;
 }

H5 {
	font-family: Arial,Helvetica,Sans-serif;
 }

H6 {
	font-family: Arial,Helvetica,Sans-serif;
 }

OL {
	font-family: Arial,Helvetica,Sans-serif;
 }

P {
	font-family: Arial,Helvetica,Sans-serif;
 }

UL {
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal;
	font-style: normal;
 }

TD {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: small;
        border: 2pt solid;
 }

.footer {
	font-family: Times New Roman, serif;
	font-size: normal;
	font-style: italic;
 }

.caveat {
 	font-size: x-small;
 }
