/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Times, Serif; font-size: 14PX; color: #000000; line-height: 18px; letter-spacing: 0.2mm;
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color: #B27932;}
A:visited {text-decoration: none; color: #D8421F;}
A:active  {text-decoration: underline; color: #888259;}
A:hover   {text-decoration: underline; color: #888259;}

.contact {
FONT-SIZE: 16px; line-height: 24px; color: #9e333f; font-weight: bold;
}

A.contact:link    {text-decoration: none; color: #9e333f;}
A.contact:visited {text-decoration: none; color: #9e333f;}
A.contact:active  {text-decoration: none; color: #9e333f;}
A.contact:hover   {text-decoration: none; color: #9e333f;}

h1 {
FONT-SIZE: 16px; line-height: 12px; color: #9e333f; font-weight: bold;
}

.footer {
FONT-SIZE: 12px; line-height: 12px; color: #878686;
}

A.footer:link    {text-decoration: underline; color: #878686;}
A.footer:visited {text-decoration: underline; color: #878686;}
A.footer:active  {text-decoration: underline; color: #878686;}
A.footer:hover   {text-decoration: underline; color: #878686;}

