﻿
header
{
        
    
    font-weight:bold;
    border-style:double;
    font-family:@MS Gothic;
    margin-top:50;
    margin-left:50;
    border-style:double;
    
}



button:hover
{
     background-color:Red;
}

body
{
    
    margin: 5%;
    background: url('/BackImages/lightblue.jpg');
height: 597px;
}

.FixedHeader {
            position:static;
            font-weight: bold; 
            
            
}

