/* Defaults */

body { 
	font-family: helvetica, arial, sans-serif; 
	background: rgb(180,220,255);
	color: rgb(40,40,40);
	margin-left: 20px; 
	margin-right: 20px;
}

a:link,a:visited,a:active  { text-decoration: none; color: rgb(0,96,192) }

ul	  	  { margin-top: 0.5em; padding-bottom: 1em; }
ul li	  { list-style-type: disc; padding-bottom: 5px; }
ul ul li  { list-style-type: circle; padding-bottom: 2px; }

