a {
	color: #336699;
	text-decoration: none;



}
a:link {
	color: #336699;
	cursor: hand;


}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;


}
a:visited {
	color: #336699;

}
a:active {
	color: #336699;

}
