.styleone:link {
	text-decoration:none;
	color:#FFFFFF;
}
.styleone:visited {
	text-decoration:none; 
	color:#FFFFFF; 
}
.styleone:hover {
	text-decoration:none;
	color:#FFCC99;
}
.styleone:active {
	text-decoration:none;
	color:#FFFFFF;
}
.styletwo:link {
	text-decoration:none;
	color:#B28246;
}
.styletwo:visited {
	text-decoration:none;
	color:#B28246;
}
.styletwo:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.styletwo:active {
	text-decoration:underline;
	color:#B28246;
}			
.stylethree:link {
	text-decoration:none;
	color:#96BBDB;
}
.stylethree:visited {
	text-decoration:none;
	color:#96BBDB;
}
.stylethree:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.stylethree:active {
	text-decoration:underline;
	color:#B28246;
}	
