﻿HTML, BODY {
    font-family: courier;
    font-size: 18px;
    background-color: #000000;
    color: #33FF00;
    margin: 32px;
}

A {
    color: #00EEFF;
}

P {
    font-size: 1.05em;
    line-height: 1.35em;
}

H6, H5, H4, H3, H2, H1 {
    background-image: url(../images/cool.jpg);
    background-size: 100% 100%;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    text-align: center;
    text-shadow: 1px 1px 1px #00A493;
    color: #33FF00;
}

H6 {
    font-size: 1.15em;
}

H5 {
    font-size: 1.25em;
}

H4 {
    font-size: 1.375em;
}

H3 {
    font-size: 1.5em;
}

H2 {
    font-size: 1.75em;
}

H1 {
    font-size: 2.00em;
}

IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
}

#about {
    text-align: center;
}

#header {
    background-image: url(../images/cool.jpg);
    background-size: 100% 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 7.5%;
    width: 75%;
    height: 35px;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #00A493;
    font-size: 1.75em;
    font-weight: bold;
    position: fixed;
    top: 0;
}

#main {
    display: block;
    margin: 100px 100px 0px 250px;
}

#navbar {
    background-image: url(../images/cool.jpg);
    background-size: 100% 100%;
    margin-top: 55px;
    margin-bottom: 5px;
    margin-left: 12.5%;
    height: 55px;
    width: 65%;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    border-radius: 10px;
    position: fixed;
    top: 0;
}

#navbar A:hover {
    color:magenta
}

#navbar UL {
    padding: 4px;
    list-style-type: none;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
}

#navbar UL LI {
    display: inline;
}

#navbar UL LI A {
    text-decoration: none;
    font-family: courier;
    font-size: 1.25em;
    padding: .1em 1em;
    color: #D4EFFF;
    background-color: #001000;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    border-radius: 10px;
}

#sidebar {
    background-color: #00000f;
    background-size: 100% 100%;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    border-radius: 10px;
    position: fixed;
    top: 50;
    left: 0;
    margin-left: 0.25em;
}

#sidebar A:hover {
    color:#006eff;
}

#sidebar UL {
    list-style-type: none;
    text-align: center;
    margin: 10px 5px 10px -35px;
    border-radius: 10px;
}

#sidebar UL LI {
    display: inline;
}

#sidebar UL LI A {
    text-decoration: none;
    font-family: courier;
    font-size: 1.25em;
    color: #93ffff;
    background-color: #001000;
    border-color: #002000;
    border-width: 4px;
    border-style: ridge;
    border-radius: 10px;
    padding: 1px 2px 1px 2px;
}

#update {
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
