/* TR.css - CSS definitions for ng.cowgill.org.uk/TR */

body {
	background-image: url(images/clabkgnd.gif);
	background-color: #336600;
	color: #FFFF33;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

a:link {color: #FFFF00 }
a:visited {color: #FF9933 }
a:active {color: #00FF00 }
a:hover {color: #00FF00 }

HR {
	height: 4px;
	width: 100%;
	background-color: #000000;
	color: #000000;
	border: #000000;
	}

.HR50 {
	height: 4px;
	width: 20%;
	background-color: #000000;
	color: #000000;
	border: #000000;
	}
