
body {
    background-color: black;
}

h1 {
    text-align: center;
    color: white;
}

ul {
   float: left;
   width: 200px;
   
}

li {
    list-style-type: katakana;
    color: grey;
}

.content {
    font-family: monospace;
   font-size: 120%;
   color: lightblue;
    margin-left: 250px;
}

li a:link {
    color: red;
}
li a:visited {
    color: lightgreen;
}
li a:hover {
    color: hotpink;
}
li a:active {
    color: blue;
}

header {
    font-family: monospace;
}

footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
    background: lightgrey;
    text-align: center;
    border: bottom;    
    font-size: 60%;
}

#thumbnail {
    height: 150px;
    width: 200px;
}


nav {
    size: 100px;
}

h4 {
    text-align: relative;
}

ol {
    text-align: right;
    size: 50%;
}

p { 
    color: red;
}

h6 {
    color : lightblue;
}

