﻿body
{
    font-family: Calibri, tahoma, sans-serif;
    color: white;
    background-color: #222244;

}
.Section
{
    margin-top: 20px;
    float:left;
    width:100%;
    clear:both;
}
.leftCol
{
    float:left;
    width: 400px;
}
.rightCol
{
    float:left;
}
#Intro 
{
    font-size:1.2em;
    font-weight: bold;
}

a, a:link, a:active, a:visited
{
    color: #ccccdd;
    text-decoration: none;
}
 a:hover
 {
     color: Teal;
     text-decoration: underline;
 }
 a img
 {
     border: none;
 }
 #Footer
{
    margin-top: 20px;
    border-width: thin;
    border-color: #008080;
    font-size: 0.8em;
    border-top-style: solid;
}

#RunButton
{
    border-color: #C0C0C0 #808080 #808080 #C0C0C0;
    display: block;
    margin: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    width: 76px;
    color: white;
    font-weight: bold;
    background-color: #444455;
}


