body { margin:0px;
       background: #FFFFEC;
     }

.start { width:600px;
	       height:308px;
         background: url('../images/logo.gif') #FFFFEC no-repeat center;
         text-align:center;
         font-size:1.8em;
         margin-left:auto;
         margin-right:auto;
         margin-top:10%;
       }
h1 { font-size:1em;
     color: #000;
     font-weight:normal;
}

h2 { color: #000;
     font-weight:normal;
     font-size: 0.7em;
    }

a { color: #FF0000;
    text-decoration: overline underline;
    font-style: italic;
   }

a:hover { font-style: normal;
          text-decoration: none;
        }