A {
	text-decoration: none;
	color: #CC9933;
	font-family: times;
        font-size: 11pt;
	font-weight: bold;
}
A:LINK {
	text-decoration : none;
	color: #CC9933;
}
A:HOVER {
	text-decoration : none;
	color: #F0F0C0;
}
A:ACTIVE {
	text-decoration : none;
	color: red;
	}
A:VISITED {
	text-decoration : none;	