h1 {
    color: #66ffff;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
    background-color: black;
}
h2 {
    color: #66ffcc;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p {
    color: #ffffff;
    font-family: cursive;
}
#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:2px;
	border:1px solid #0000ff;
	float:left;
}