body
{
background:red;
}
h1
{
font-family:"comic";
color: yellow;
text-align:center;
font-size: 80px;
}
visited
}
color: yellow;
}
.words {
font-family:"comic";
font-size: 30px;
color: yellow;
}

table {
margin-left: 200px;
margin-right: 200px;
caption-side: center;
border: solid orange; 
border-collapse: collapse;
color: red;
background: gold;

}
td
{
border: solid white;
}
th
{
border: solid white;
background: gold;
}
.nav ul{
margin-right: 250;
position: absolute;
top: 275px;
left: 0;
background-color: yellow;
color: white;
list-style-type: none;
}
.nav #a {
width: 160px;
border-bottom: 1px, solid black;
padding: 3px;
display: block;
}
.nav #a: hover{
background-color: blue;
border-bottom: 1px, solid gray;
color: yellow;
}
#homepage{
border-width: thin;
border-style: solid;
border-color: #007e7e;
width: 200px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-left: 20px;
text-align: center;
background-image: url(images/cocktail.gif);
background-repeat: repeat-x;
line-height: 1em;
line-height: 1;
float: right;
}
#homepage h2 {
color: black;
}
#homepage h3 {
color: #d12c47;
}
#homepage a:link {
color: #007e7e;
}
#homepage a:visited {
color: #333333;
}
#homepage a:hover {
background: #f88396;
color: #0d5353;
}
a:link {
color: green;
}
a:visited {
color: red;
}
a:hover {
color: blue;
}
table td:hover {
background: red;
color: yellow;
}



