ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li { 
	color: #F4A460;
	font-size: 14pt;
	font-family: arial;
	}


body {
  font-family: verdana;
	margin-right:200px;
	margin-left:50px;
	}

h1
	{
	color: red;
	font-family: futura;
	font-size: 20pt;
	text-align: center;
	}
h2
	{
	text-align: left;
	font-size: 12pt;
	font-family: arial;
	color: black;
	}
h3
	{
	text-align: center;
	font-size: 10pt;
	font-family: verdana;
	font-decoration: italic;
	color: blue;
	}
h4
	{
	color: yellow;
	text-align: center;
	font-size: 16pt;
	font-family: chaucer;
	}

body 
	{
	
	}
	
p 	{
	color: white;
	font-family: futura;
	text-align: left;
	font-size: 11pt;
	}


a:hover 
{background-color:red}


ul
{
float:right;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
font-family:futura;
text-align: center;
font-size:14pt;
float:left;
width:16em;
text-decoration:none;
color:white;
background-color:black;
padding:0.4em 0.5em;
}
