/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 1, 2017, 10:28:32 AM
    Author     : Mike
*/
body{
    background-image: url("../Style/paper.jpg");
    height:100%;
    min-height:100%;
    color:#ff9900
    
}

a:link {
    color: #ff9900
}
a:hover{
    color:#ffff33
}
a:active {
    color:#ffff33    
    font-size 13px    
}
a:visited{
    color: #999900
}

table, fieldset {
  border-spacing: 1px;
  border-color: orange;
  border-width: 5;
  border: 3px solid orange;
}  
td, th {
  border: 1px solid orange;
  text-align:  left;
  padding: 13px;
}   