/* CSS for Battle Storm HQ Front Page */

body {
    background: #002200 url('wpimages/wp765c92eb.png') top right repeat fixed;
    padding: 10px 0px 10px 0px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
        }


/* Links section */

a.quicklinks:link {
    color: #000000;
    margin: 0px 15px 15px 15px;
    font-family: courier new, serif;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
        }

a.quicklinks:visited {
    color: #000000;
    margin: 0px 15px 15px 15px;
    font-family: courier new, serif;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
        }

a.quicklinks:hover {
    color: #000000;
    margin: 0px 15px 15px 15px;
    font-family: courier new, serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
        }

a.navigation:link {
    color: #000000;
    margin: 0px 15px 0px 15px;
    font-family: courier new, serif;
    font-size: 30px;
    text-decoration: underline;
    text-transform: uppercase;
        }

a.navigation:visited {
    color: #000000;
    margin: 0px 15px 0px 15px;
    font-family: courier new, serif;
    font-size: 30px;
    text-decoration: underline;
    text-transform: uppercase;
        }

a.navigation:hover {
    color: #000000;
    margin: 0px 15px 0px 15px;
    font-family: courier new, serif;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
        }
        
a.email:link {
    color: #FFFFFF;
    font-family: courier new, serif;
    font-size: 16px;
    text-decoration: underline;
    margin: 5;
        }

a.email:visited {
    color: #FFFFFF;
    font-family: courier new, serif;
    font-size: 16px;
    text-decoration: underline;
    margin: 5;
        }

a.email:hover {
    color: #FFFFFF;
    font-family: courier new, serif;
    font-size: 16px;
    text-decoration: none;
    margin: 5;
        }

a.h1:link {
    color: #FFFFFF;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    margin: 2;
        }

a.h1:visited {
    color: #FFFFFF;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    margin: 2;
        }

a.h1:hover {
    color: #FFFFFF;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    margin: 2;
        }

a.normal:link {
    color: #006600;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: underline;
        }

a.normal:visited {
    color: #006600;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: underline;
        }

a.normal:hover {
    color: #006600;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    text-decoration: none;
        }


/* Special fonts */

h1 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
        }

p.main {
    text-align: center;
    font-size: 12px;
        }

p.navigation {
    color: #FFFFFF;
    margin: 0px 15px 0px 15px;
    font-family: courier new, serif;
    font-size: 20px;
    text-align: right;
        }

p.times {
    color: #000000;
    margin: 0px 15px 0px 15px;
    font-family: courier new, serif;
    font-size: 15px;
    text-align: center;
        }

/* Images section */

img.logo {
    border: none;
        }

img.normal {
    border: 1px solid #FFFFFF;
    margin: 5px 10px 5px 10px;
        }


/* DIV tags */

div.maincontent {
    position: relative;
    width: 1000px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
        }

div.informationtext {
    position: absolute;
    width: 900px;
    overflow: inherit;
    top: 625px;
    left: 50px;
    background-color: transparent;
        }

div.sidebar {
    position: absolute;
    width: 150px;
    height: 750px;
    top: 75px;
    left: 100px;
    background-color: transparent;
        }