/* set the font face and default size for everything   */

BODY, UL, OL, LI, TD, .body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px; 
	color : #8a7f91;
}

/* font sizes */


.body
  { font-size : 14px; color : #8a7f91;}

.footer
  { font-size : 12px; color : #707070;}

/* link colors */ 
/* the explicit class link color assignments are needed for NN4 */

A:link
  { color : #4456db; text-decoration : none;}

A:visited
  { color : #4456db; text-decoration : none;}

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

A:active
  { color : #f2e0ff; }
  
  
TD.footer A:link
  { color : #707070; text-decoration : none;}

TD.footer A:visited
  { color : #707070; text-decoration : none;}

TD.footer A:hover
  { color : #0085d5; text-decoration : underline; }

TD.footer A:active
  { color : #f2e0ff; }