<style>
body {
background-color : wheat;
color : black;
font-family : helvetica
}

ul{
list-style:none;
text-align:right;
float:left; padding:8px;
Background-color:red;
color: white;
font-family:arial
}

table
{
font-family:helvetica;
color:black;
background-color:wheat
}
</style>