
body
{
 background-image:url('start.jpg');
 background-attachment:fixed;
 background-position: center;
 background-repeat:no-repeat;
}

td 
{				
				 font:12px Verdana, Arial, Helvetica, sans-serif;
                 line-height:25px;
                 font-weight:bold;
				 color:#ffffff;
                 }

a {
     color:#ffffff;
                 background-color:transparent;
                 text-decoration:none;
     }

a:hover, a:active, a:focus {
     color:#ffffff;
                 background-color:transparent;
                 text-decoration:underline;
     }


