/*File: vs-style.css
Created By: Greg lypowy

This is the stylesheet for the site
*/
body{
    background-color: maroon
 }
table,p{
    color : wheat;
    font-family: arial;
    font-size: 11px;
 } 
h1,h2,h3{
    font-family: arial;
 } 
h1,h2, h3{
    color : black;
 }
td{
    vertical-align: top;
 }
a:link{
    color: chocolate;
    text-decoration: none;
 }
a:visited{
    color: #ff8844;
    text-decoration: none;
 }
a:active{
    color: #ff8844;
    text-decoration: none;
 }
a:hover{
    color: darkorange;
    text-decoration: none;
 }

.floatright{
    float: right;
    margin: 0 0 10px 10px;
 }
.floatleft{
    float: left;
    margin: 10px 10px 0 0;
 }
.copyright{
    font-size: 8px;
 }
