/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: small;
	margin-left: 0px;
}
h1 {
	font-family: sans-serif;
	color: #0068B8;
}
			
li.LOCKED {
	font-weight: bold;
}


a {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
}