td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#9D5FBB;
}

A:Hover  {
	color : #DBACF2;
	text-decoration : underline;
}

H3 {
	color: #FF6600;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

/* here's list-style-position in action. Puts the bullet at the margin rather than to the left of margin. */

#compact li
{
  list-style-position:inside;
}
