

html
{
background-color: black;


}
ul 
{ 

text-align: center;
/*  this is commented out:  
background: #33CC99;
*/
padding: 15px;
margin: 50px; 

}

a {
text-decoration: none;  /* removes link underline */
}

li 
{ 

background: #CCCCFF;  
list-style-type: none;
display: inline;
padding: 8px;
margin: 50px;
border-style: none;
border-width: 0px;



}


h1 
{ 

text-align: center;
background: #666699;
padding: 15px;
margin: 0px; 
}

h2
{
text-align: center;
color: white;
}

#content
{
width:851px;
height:315px;
margin:auto;
}



p 
{ 
color: white;
text-align: center;
font: arial;
}


#floatimage 
{

float: right; 

}

#footer
{
float: right;
color: white;
}


