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

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

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

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

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