		body {
		background-color: #30b060;
		}
		div.img
		{
		  margin: 0px;
		  margin-top: 3px;
		  border: 0;
		  height: auto;
		  width: auto;
		  float: left;
		  text-align: center;
		}	
		div.img img
		{
		  display: inline;
		  margin: 0px;
		  border: 1px dashed #070;
		}
		div.img a:hover img {border: 1px solid #070;}
		div.desc
		{
		  text-align: center;
		  font-weight: normal;
		  font-size: 0.8em;
		  color: #000;
		  width: 117px;
		  height: 35px;
		  table-layout: fixed;
		  margin: 0;
		}
		h1, hr, form {
		color: #000;
		display: compact;
		position: center;
		width: 600px;
		}
		ul, ol, li {
		list-style: none;
		list-style-type: none;
		list-style-image: none;
		}
		img{
		border: 0;
		}