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

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

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

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

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