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

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

a:link {color: #C00000 }
a:visited {color: #C00000 }
a:active {color: #C00000 }
a:hover {color: #C00000 }

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

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