		body {
			
			color:#000000;
			font-family:verdana,tahoma,arial;
			font-size:10px;
			margin:0px;
			background-color:white;
			
		}

		ul {
			list-style-type: square;
			list-style-position: outside;
			margin: 0 0 0 15px;
			padding: 0; 
			font-family:verdana,tahoma,arial;
			font-size:10px;
		}
		
		li { 
			list-style: square;
			margin: 1; 
			padding-left: 0;
			padding-right: 0;
			padding-top: 4;
			padding-bottom: 4;
			
		   }
		
		h1{
			margin:0px;
			font-size:12px;
		}
			
		h2{
			
			margin:0px;
			padding:0px;
			font-size:12px;
			
		}
			
		td {
		 
			font-size:10px;
		}
			
		a:link    { font-size:11px; color:#000000; font-weight:bold; text-decoration:underline; }
		a:visited { font-size:11px; color:#000000; font-weight:bold; text-decoration:underline; }
		a:active  { font-size:11px; color:#000000; font-weight:bold; text-decoration:underline; }
		a:hover   { font-size:11px; COLOR: green; TEXT-DECORATION: none; }