body {background: black;}

div.left {
	position: absolute; 
	top: 10px; 
	left: 5px;
	width: 120px; 
	height: 40px; 
	text-align: center;
	font-family: Lucida fantasy;
	font-weight: bold; 
	font-size: 20px;
}

div.links {
	width: 960px; 
	height: 30px;
    margin: 0 auto;
    margin-top: 15px;
}
div.links a {
    text-align: center; 
    top: 10px;
    width: 120px;
    height: 40px;
    margin: 10px 3px 10px 3px;
    padding: 5px; 
    font: 1em sans-serif;
    font-size: 16px;
    border-width: 0;
    text-decoration: none; 
    color: #FFC; 
    background: #F66;
}
div.links a:hover {
    color: #411; 
    background: #F22;
}
div.links a:focus{
    background: #FF2222;
    font-size: 16px;
    color: #000;
}
div.links a:active {
    background: #F22;
    font-size: 16px;
    color: #000;
}


