* {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0099FF;
	color: #000000;
	font-size: 12px;
}

:link, :visited, :active {
	color: #000000;
}

div.titlebar {
	font-size: 48px;
	text-align: center;
}
div.left {
	float:left;
	text-align: center;
}

div.right {
	float:none;
	text-align: center;
}


#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:85px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #0099ff;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #0033ff;
	color: #CCCCCC;
	background-color: #0000FF;
} 