A:link     {color: "navy"}
A:visited  {color: "navy"}
A:active   {color: "navy"}
a:hover    {background: "navy"; 
			  color: white; 
			  font-weight: bold}
a.table:link {background: "navy"; 
				color:white; 
				text-decoration: none;}
a.table:visited {background: "navy"; 
					color:white;
					text-decoration: none; }
a.table:active {background: "navy"; 
				  color:white;
				  text-decoration: none; }
a.table:hover {background: "white"; 
				 color:navy; 
				 text-decoration: none; 
				 font-weight: normal; }

a.image:link 		{text-decoration: none;
					 background: "white";}
a.image:visited 	{text-decoration: none;
					 background: "white"; }
a.image:active 	{text-decoration: none;
					 background: "white"; }
a.image:hover 	{text-decoration: none;
					 background: "white"; }

H1 {font: 24pt "Arial"; font-weight: bold; color: navy}
H2 {font: 18pt "Arial"; font-weight: bold; color: navy}
H3 {font: 14pt "Arial"; font-weight: bold; color: navy}
H4 {font: 12pt "Arial"; font-weight: bold; color: navy}
H5 {font: 10pt "Arial"; color: navy}
H6 {font:  8pt "Arial": color: navy}

BODY {background: white;
      font: 10pt "Comic Sans MS"; 
      margin-top: .2in;
      margin-left: .2in; 
      margin-right: .2in}

P {font: 10pt "Comic Sans MS" }
P.nav {font: 8pt "Comic Sans MS";
		text-align: center; }

TD {font: 10pt "Comic Sans MS" }

TD.bookmarks {background: navy;
				color: white;
				cursor: hand;
				font: 8pt "Comic Sans MS";
				text-align: center;}

.exbig {font: 20pt "Comic Sans MS"; font-weight: bold; color:navy}
.big {font:16pt "Comic Sans MS"; font-weight: bold; color: navy}
.small {font-size: 9pt}
TD.toc {font: 8pt "Arial"; align: "right" valign="middle"}


