
/*-- Block Formatting --*/

BODY {
}


/*-- Headings --*/

H1 {
}


/*-- Paragraphs --*/

P {
}


/*-- Text Formatting --*/

/* A:link does not work right with IE 5.5 in Win2K;
   it seems to be interpreted to apply only to mail links */

A {
   color: #006699;
   text-decoration: underline
   }

A:visited {
   color: #006699;
   text-decoration: underline
   }

A:hover {
   color: #006633;
   text-decoration: underline
   }

A:active {
   color: #006633;
   text-decoration: underline
   }


STRONG {
   font-weight: bold
   }

/*-- Lists --*/


/*-- Tables --*/


/*-- Forms --*/

