body {
	font-family:     	verdana;
	color:            black;
	background-color: white;
}

ul {
	list-style-type: square;
}

pre { 
	margin-left: 5%; 
	font-family: "courier new", courier, monospace;
} 

a:link    {color: #000000; text-decoration: underline; }
a:active  {color: #101010; text-decoration: underline; }
a:visited {color: #101010; }

.note     {color: orange;}
.warning  {color: red; font-weight: bold}
