a {
	text-decoration: none;
	color: #3366cc;
	}

a:hover {
	text-decoration: underline;
	}

input.boxes {
	background: #dddddd;
	color: black;
	border: 1px solid #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;

	}
	
input.buttons {
	background: #808080;
	color: white;
	border: 1px solid #000000;
	margin-bottom: 1px
	}
	


#items {
	text-decoration: none;
	color: #ffffff;
	}
	
#items:hover {
	text-decoration: underline;
	}

#single {
	text-decoration: none;
	color: #808080;
	}
	
#single:hover {
	text-decoration: underline;
	}