
body
         {
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
            margin:10px;
            padding:0;
            background-color: rgb(256, 256, 256);
            text-align: center;
         }

table
         {
            font-size:12px;
         }

p.title
         {
            margin:0;
            padding:0;
            font-size: 28px;
            font-style: italic;
            font-weight: bold;
            text-decoration: underline;
         }

p.banner
         {
            font-size: 18px;
            font-weight: bold;
         }

p.hype
         {
            font-size: 18px;
         }           

img
         {
            border: 1px solid sienna;
         }

img.center
         { 
            display:block; 
            margin-left:auto; 
            margin-right:auto;
            text-align: center;
         }

a:link
         {
            color: saddlebrown;
         }

a:visited
         {
            color: saddlebrown;
         }

a:hover
         {
            color: orange;
            text-decoration:none;
         }

#container
         {
            width:750px; height:780px;
            margin-left: auto; margin-right: auto; 
            border:solid 1px sienna; 
            background-color: rgb(256, 256, 256);
            background: url(../images/bkg.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            text-align: center;
         }