body {
    background-color:rgb(182, 8, 8);
}
h1, h3
{color:rgb(0, 0, 0);
font-family:cursive;}
p
{color:rgb(0, 0, 0);
font-family:Georgia, 'Times New Roman', Times, serif;
clear: left;}



ol
{list-style-image: url(ulsymbol.jpg);}

nav a:visited
{
    color:rgb(255, 255, 255);
} 

nav a:hover{
    text-decoration: solid;
    color:lightgray;
    
}

header {
    font-weight: bold;
    background-color: cornsilk;
}

footer {
    color: gray;
    ;    
}

img {float:left;
margin: 10px;
min-height: 300px;
min-width: 200px;
}


ul
{
color: white;
  top: 0;
list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;}

  ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

h2 {color: white;}




