body {
text-align: center;
background-color: rgb(35,31,32);
font-family: helvetica;
color: rgb(230,231,232);}

a 
{ 
text-align: center;
text-decoration: none;
font-family: helvetica;
color: rgb(230,231,232);

}

p 
{
font-family: helvetica;
color: rgb(230,231,232);
}

p.left 
{
text-align: left;
font-family: helvetica;
color: rgb(35,31,32)
}

p.center 
{
text-align: center
font-family: helvetica;
color: rgb(35,31,32)
}

#navbar li{
list-style-type:none; 
display:inline;
padding:15px;}
