body {
    background-color:black;
    padding:10px;
    font-family:comic,times, arial;
}
ul {
    font-style: italic;
}
#person {
    font-size:24px;
    color:#0099ff;
}
li {
    color:white;
}
#container {
    
    background-color: black;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    
    background-color: #66ccff;
    color: white;
    text-align: center;
    padding:10px;
}

#list {
    
    width: 320px;
    float: left;
background-color:#b30059;
}
a {
   color:white;
}
a:hover {
       font-size:2em;
       text-decoration:none;
color:#ff2029;
}

	