body {
     text-align: center;
     min-width: 700px;
     background-image: url(img/backdish.jpg);
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: bottom center;
}

div.main {

         width: 700px;
         margin: auto;
         text-align: left;
         }

p.header {
         font-family: Verdana, Helvetica;
         font-size: 26;
         text-align: center;
         color: #D20000;
         font-weight: bold;
}

p.norm {
       font-family: Verdana, Helvetica;
       font-size: 12;
       color: #015F9C;
       font-weight: bold;
}

p.normlink {
       font-family: Verdana, Helvetica;
       font-size: 14;
       color: #FFFFFF;
       font-weight: bold;
}

p.normlinkhead {
       font-family: Verdana, Helvetica;
       font-size: 21;
       color: #FFFFFF;
       font-weight: bold;
}

p.fineprint {
       font-family: "Century Gothic", Verdana, Helvetica;
       font-size: 10;
       color: #000000;
}

td.links {
        background-color: #015F9C;
        text-align: center;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.link:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.link:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
        color: #008AD2;
        text-decoration: none;
}

