body 	{ color: lightgray; }
a:link {color: palegreen}
a:visited {color: MediumSpringGreen}
a:hover {color: white}
a:active {color: orange}

h1,h2,h3,h4,h5,h6 
{ font-family: arial;
  color: khaki }
p
{ font-family: arial }
ul 
{ font-family: sans-serif} 
ul.arrow 
{ font-family: arial; 
list-style-image: url('./arrow.gif')
}

.hdr_bk	{ font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
		font-weight: bold;
		font-size: 11pt; 
		color: #000000; 
		}

.sm_hdr_bk	{ font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
		font-weight: bold;
		font-size: 9pt; 
		color: #000000; 
		}

.nrm 		{font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
		font-size: 9pt;
		color: #000000;
		}

.sub		{font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
		font-size: 7pt;
		color: #000000;
		}
