ul {
	list-style: none;
	margin-left: 0;
}

li.highlight {
	background-color: #DADADA;
	padding: 5px;
}

li.lowlight {
	padding: 5px;
}

div#standards {
	width: 750px;	
	padding: 10px;
	background-color: #f7f7f7; 
	border: 1px dotted #000000;
	color: #000000;
	margin-bottom: 10px;
}

div#standards a:link {
	color: #000000;
}

div#standards a:active {
	color: #000000;
}

div#standards a:visited {
	color: #000000;
}

div#standards a:hover {
	color: #333333;
	text-decoration: underline;
}

div#standards h2 {
	border-bottom: 1px solid #000000;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
}
span.boldred {
color:#FF0000;
font-weight:bold;
}
