﻿body { 
    height: 100%; 
    font-family: Tahoma; 
    font-size:10pt; 
    margin:0px; 
    text-align:center; 
    background-color:black; 
    background-image:url(images/background.png); 
    background-position:center; 
}
h3 { color: #0074BD; }
table.specials {
    width: 650px;
    border:1px solid #ABCEE0;
}
a { 
    color: #0074BD; 
    font-weight:bold;
}
a:hover {
    color:#000000;
}
a:active {
    color:#000000;
}
.linkbox 
{
    background-color:#DAE3EE; 
    border:solid 1px #F7941D; 
    border-left:0px; 
    border-right:0px; 
    margin-top:12px; 
    margin-left:auto; 
    margin-right:auto
}