body	{
	text-align: center;
	font-family: Helvetica;
	}

ul	{
	width: 400px;
	margin: auto;
	text-align: left;

	padding: 10px;
	padding-bottom: 0px;
	}
	
h1	{
	font-weight: normal;
	}
	
li	{
	list-style-type: none;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #efefef;
	border: 2px solid #ccc;
}



		
a, a:visited	{
	color: #f00;
	text-decoration: none;
	}
	
	a:hover	{
	text-decoration: underline;
	}	
