body {
	font: 14px Verdana;
	background:#F2F6F9 url(http://www.ncrl.org/img/bg.gif) repeat-x;
	}
 hr {
	color: #355d96;
	background-color:#355d96;
	border: 0;  
	height: 1px;
	width: 100%
	}
a	{
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	color: #006699;
	}
a:visited {
	text-decoration: none;
	color: purple;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#header {
	background: #f0f3f7;
	color: #000000;
	margin: 15px;
	border: solid 1px black;
	height: 100px;
	padding: 20px;
	}
#header a:link {
	text-decoration: none;
	color: #eeeecc;
	}

