body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       large;
  background-color: blue;
}
h1, h2 , h3{
  font-weight:     normal;
  color:           blue;
  border-bottom:   thin dotted black;
  font-size:       170%
}
blockquote {
  font-style:      italic;
}
table {
margin-left: 20px;
margin-right: 20px;
border: thin solid blue;
caption-side: bottom;
border-collapse: collapse;
}
td, th {
border: thin dotted blue;
padding: 5px;
background-color: red;
font-size: 150%
}
caption {
font-style: italic;
padding-top: 8px;
}
.cellcolor {
background-color: red;
}
table th:hover {
background-color: silver;
}
table td:hover {
background-color: silver;
}
li {
list-style-image: url(images/backpack.gif);
padding-top: 5px;
margin-left: 20px;
}
body {
color: blue;
background: silver;
}
#navcontainer a:link, #navlist a:visited

{

color: red;


text-decoration: w;

}


#navcontainer a:hover

{

background-color: blue;


color: red;

}

body{

background-color: silver;}

#bodystuff {

position: absolute;

top: 375px;

left: 200px;
}

#bodyiguess  {
position: absolute;

top: 375px;

left: 200px;

font-size: large;
}
dl {
color: blue;
font: 200%;
font-style: bold;
}
