body		{
		background: #f1f1f1;
		color: #000000;
		font-family: Verdana,Helvetica;
		font-size: 14px;
		}

a,
a:link		{ color: #008066; background: none; text-decoration: underline;}
a:visited	{ color: #004033; background: none; text-decoration: underline;}
a:active	{ color: #004033; background: none; font-weight:bold; text-decoration: none;}
a:hover		{ color: #008066; background:#a0a0a0;text-decoration: none;}

ul		{
		list-style: square outside
		} 

#title		{
		text-align: center;
		width: 40%;
	        color:#000000;
        	background: #cccccc;
		padding: 10px;
		border: 1px solid #000000
		}
