 body {
    color: white;
    background-color: black;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } 

a { color: #CCCCFF; 
    font-size: 24px; 
    text-decoration: none;	
    text-align: center; }

a:hover {color: white;}

ul { list-style-type: none; }

li { padding: 20px;
     display: inline-block; 
     text-align: center;  }