/*
Title:        Style sheet for mythlabb.com
Author:       William Wade
Updated:      January 28, 2008
*/

/* Page Elements */


body {
        font-size: 76%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        background: #000 url("../images/mythBackground.jpg") top repeat-y;
        background-color: #000000;
        text-color: #888888;
        color: #909090;
        text-align: center;
}

a:link { color: #000000; text-decoration: underline; }
a:active { color: #aaaaaa; text-decoration: underline; }
a:visited { color: #dddddd; text-decoration: underline; }
a:hover { color: #aaaaaa; text-decoration: none; }

a:link img {
        text-decoration: none;
        border-color: #777777;
        border-width: 2px;
}

a:visited img {
        text-decoration: none;
        border-color: #777777;
        border-width: 2px;
}

a:hover img {
        text-decoration: none;
        border-color: #000000;
        border-width: 2px;
}

#topnav {
        position: relative;
        padding: 10px;
        top: 0px;
        color: #6D6D6D;
        font-family: helvetica;
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 30px;
        text-align: center;
        background-color: #000;
        width: 100%;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
        padding: 5px;
        margin: 0px 0px 0px 0px;
        color: #EBEBEB;
        text-decoration: none;
}

#topnav a:hover {
        color: #0000FF;
}

#maintext {
        position: relative;
        padding: 10px;
        top: 0px;
        color: #000000;
        font-family: helvetica;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
        text-align: justify;
        background-color: #FFFFFF;
        width: 600px;
        margin: auto auto;
}