html
{
    width: 100%;
    height: 100%;
}
body {
    background-image: url("./img/sm-background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 1px;
}
img.resize{
   width:600px;
}
img {
    max-width: 100%;
    height: auto;
}
body{
color:yellow;
background-color:#B80000;
}
a:link{
color:yellow;
}
a:visited{
color:yellow;
}
a:active{
color:yellow;
}
a:hover{
color:white;
}

table { border-collapse: collapse; }
table td {
    background-color:#B80000;
    height: 14px;
}
table img {
    max-height: 60px;
    vertical-align: middle;
}
table th {
    background-color:#B80000;
    color:yellow;
    height: 20px;
    border-left: 0px solid #FFD700;
    border-bottom: 1px solid #FFD700;
    border-top: 1px solid #FFD700;
    border-right: 0px solid #FFD700;
}
table td {
    background-color: #FFF8DC;
    border-left: 1px solid #FFD700;
    border-bottom: 1px solid #FFD700;
    border-top: 1px solid #FFD700;
    border-right: 1px solid #FFD700;
}
table tr { line-height: 12px; }
