/*===
Design CSS Document for Toowoomba Croquet Club
(C) 2008 whitecatsolutions

This document controls the LINK STYLES of the site
===*/

a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:bold;
	}
a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:bold;
	}
