body {
	background-image: url('darksquare.jpg');
	background-repeat: repeat-x;
	background-color: black;
	color: white;
	
}

table {
	width: 100%;
	border: 0;
	margin-right: auto;
	margin-left: auto;

}

div {
	margin-bottom: 10px;
	width: 180px;
	background-color: #E8E8E8;
	float: left;
}

ul.menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul.menu li {
	font: 12px arial, helvetica, sans-serif;
	padding-left: 10px;
}

a.menuLink, li a {
	text-decoration: none;
	color: #000000;
}

a.menuLink {
	font-size: 16px;
	font-weight: bold;
}

li a:hover {
	background-color: #000000;
	color: white;
}		
