
P {
  font-family: Tahoma;
  font-size: 8pt;
}

A {
  text-decoration: none;
  color: #FF6600;
}

A:hover {
  	text-decoration: underline;
  	color: red;
}

LI {
  font-family: Tahoma;
  font-size: 10pt;
}

BODY {
}

