/* http://www.colbrook.co.uk/user_data/layout.css */
body {
  	font-family: Verdana, Arial, helvetica;
  	font-size: 75%;
	background-image: url();
}

table {
	font-size: 100%;
}

a:link{
	color: #100071;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #52719E;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #AC597E;
	text-decoration: underline;
	font-weight: bold;
}

h3{
	font-family: century gothic;
	font-size: 160%;
	font-color: #100071;
}
