A  {
	text-decoration : none;
	font-weight : bold;
}

A:LINK  {
	color : #FF9900;
	CURSOR : hand;
}

A:VISITED  {
	color : #FF9900;
	CURSOR : hand;
}

A:ACTIVE  {
	color : #FF6600;
	CURSOR : hand;
}

A:HOVER  {
	color : #ff0000;
	CURSOR : hand;
}

BODY  {
	BACKGROUND-ATTACHMENT : fixed;
	BACKGROUND-COLOR : #D6F1D6;
	margin-left : 55;
	margin-right : 55;
	margin-top : 10;
	margin-bottom : 10;
	color : #271A15;
}

