.padding {
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.menu {
font: 18px Courier New;
color: white;
background-color: 000000;
text-decoration: none; 
margin-bottom: 6px;
}

.menu:hover {
font: 18px Courier New;
color: white;
background-color: #990000;
text-decoration: none;
margin-bottom: 6px;
}

.topBorder {
border-top: 1px solid #CCCCCC;
}
