A:LINK {
	text-decoration : underline;
	color : Blue;
}
A:ACTIVE {
	color : #990000;
	text-decoration : none;
}
A:HOVER {
	color : #FF9966;
	text-decoration : none;
}
SMALL {
	color : #990000;
	font-size : smaller;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
SUB {
	background : #FF9900 center;
}
SUP {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
}
