
body {
    background-color: #6c6969;
    font-family: Helvetica, Arial, sans-serif;
    color: #d3d1d1;
    font-weight: 100;
}
nav {
    background-color: #ff8830;
    height: 45px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #6c6969;
    text-align: left;
}
nav ul li {
    display: inline-block;
    padding-right: 40px;
}
h1 {
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: black;
}
header {
    text-align: center;
    margin: 0 auto;
}


/* unvisited link */
a:link {
    color: inherit;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: inherit;
}

/* mouse over link */
a:hover {
    text-decortion: underline;
}

/* selected link */
a:active {
    color: #bebec3;
}
.red {
    color: #d40f0f;
}
.blue {
    color: #09a3f4;
}
#main {
    border: solid 2px #0dacf2;
    border-radius: 5px;
    width: 60%;
    background-color: #484646;
    min-height: 300px;
    margin: 0 auto;
    min-width: 420px;
    padding: 10px;
   	margin-top: 45px;
}
#maindouble {
    border: solid 2px #0dacf2;
    border-radius: 5px;
    float: left;
    width: 49%;
    background-color: #484646;
    min-height: 400px;
    
}
#column {
    border: solid 2px #0dacf2;
    margin-left: 10px;
    border-radius: 5px;
    float: left;
    width: 48%;
    background-color: #484646;
    min-height: 400px;
}
table {
    margin: 10% auto;
    width: 400px;
    height: 200px;
    padding: 5px;
    text-align: left;
    border-spacing: 3px;  
}
table .grey {
    background-color: #868484;
}
td {
    min-width: 20px;
    padding: 5px;
	line-height: 0px;
}
.tabletitle {
    margin: 0 auto;
    font-size: 16px;
    background-color: #d4cfcf;
    color: black;
    border-spacing: 3px;
}
footer {
    background-color: #9ec2d1;
    max-height: 75px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #6c6969;
    text-align: left;
	line-height: .3;
    padding-left: 40px;
}
.center {
    text-align: center;
    padding: 8px;
}