li a:visited {
    color: #006699;
    text-decoration: none;
}

li a:link {
    color: #006699;
    text-decoration: none;
}

li a:active {
    color: #006699;
    text-decoration: none;
}

li a:hover {
    color: #ffffff;
    background: #006699;
    text-decoration: none;
}

body {
    background-image: url('../meteorite-videos/background.jpg');
}

#navigation p {
    font-size: 12px;
}

#container {
    text-align: left;
    width: 700px;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border-width: 5px;
    border-color: black;
}

h1 {
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
}

li {
    font-family: Verdana;
    font-size: 12px;
    color: #006699;
}

p {
    padding: 0px 10px 0px 10px;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
}

.style1 {
    font-family: Verdana;
    font-size: 12px;
}