html {
    background-color: lightgray;
    
}
body {
    width: 97%;
}

h1 {
    font-family: 'courier new' , monospace;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid black;

}
p{
    font-family: 'georgia' , serif;
    
}

h2 {
    font-family: 'Verdana, Geneva, Tahoma', sans-serif;
    background-color: #616161;
    color: lightgray;
}

strong {
    color:blueviolet;
}

h3 {
    font-family: 'Verdana, Geneva, Tahoma', sans-serif;
    font-size:26px;
    background-color: #616161;
    color: lightgray;
}
.crow {
    color:darkblue;
}

em {
    color: rebeccapurple;
}

nav ul {
    list-style-type: none;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    border-left: 5px solid black;
    color:black;
    line-height: 150%
}

nav ol li a {
    text-transform: uppercase;
    text-decoration: none;
    border-left: 5px solid black;
    color:black;
    line-height: 150%
}

img {
    border: 7px solid black;
    
}



