/* tourney_link.css */

a.tourney_link:link {
	font-size: 10px;
	font-weight: normal;
	color: #800000;
	text-decoration:none;
}

a.tourney_link:active {
	font-size: 10px;
	font-weight: normal;
	color: #0099cc;
	text-decoration:none;
}

a.tourney_link:visited {
	font-size: 10px;
	font-weight: normal;
	color: #800000;
	text-decoration:none;
}

a.tourney_link:hover {
	font-size: 10px;
	font-weight: normal;
	color: #cccc00;
	text-decoration: none;
}
