html, body {background-color: #ffffff ;
	margin: 0 0 0 0 ;
	background-image: url('logo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    }
h1 {margin-top: 10px;
	font-style: italic;
	text-align: center; 
	font-size: 18px; 
	color: #adadad; 
	font-family: verdana 
	}
:link { color: #adadad; text-decoration: none }	
:hover { color: #adadad; text-decoration: underline }
:active { color: #adadad; text-decoration: none }
:visited { color: #adadad; text-decoration: none }
