body {
	font-family: 	Verdana, Geneva, Arial, sans-serif
	font-size:		small;
	background:		#330066;
}

table {
margin-left:		20px;
margin-right:		20px;
border:				thin solid black;
caption-side:		bottom;
border-collapse: 	collapse
}
td, th {
border: 		solid white;
padding:		5px;
}
h1{
color: yellow;
}
Table {
color: yellow;
}
#logo {
		float: left;
		margin:0px;
		position: absolute;
		top: 0px;
		left: 20px;
}
.info  {
color: yellow;
position:	absolute;
float:	left;
top:	150px;
left:	250px;
width:700px;
}
.nav ul{
position: 		absolute;
margin-left:	20px;
margin-right:	20px;
list-style-type: none;
background-color: purple;
color:	white;
border:	1px solid-white;
width: 160px;
display: block;
}
.nav #a{ 
position: absolute;
color: white;
width:	160px;
border:	1px solid-purple;
padding:	3px;
display:block;
background-color:	yellow;
}
.nav a:hover {
background-color: black;
border-bottom:	1px solid-gray;
color:red;
margin:	20px;
}
.nav {
Position: absolute;
float:left;
top:150px;
left:0px;
}
#homepage {
line-height:	1em;
}
#homepage {
line-height:	1;
}
#homepage a:link {
color: #007e7e
}
#homepage a:visited {
color: #333333;
}
#homepage a:hover {
background: #f88396;
color: #0d5353;
}
a:link {
color: yellow:
}
a:visited {
color: yellow;
}
a:hover {
color: purple;
}