body {
	
 margin:10px 10px 10px 10px;
 background-color: #FFFFFF;
 background-image: url(http://neuropirate.com/newbg2.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 color: #000000;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 90%;
 line-height: 18px;
 
	
}

#content {
 position: relative;
 left:100px;
 top:30px;
 width:700px;
}

h1 {
 font-size:140%;
}

h2 {
 font-size:110%;
}

a:link {
 color: #000066;
 text-decoration: underline;
}

a:active {
 color: #999999;
 text-decoration: underline;
}

a:visited {
 color: #000000;
 text-decoration: underline;
 }

a:hover {
 color: #0033FF;
 text-decoration: none;
}

