body {
	background: #000041 url(images/lightning.jpg) no-repeat;
	font-family: verdana, arial, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}

/*
   Wasn't sure how you wanted the links
   Feel free to change them below. :)
   (need to be changed in index.css too)
*/

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active, a:hover {
	color: #A798D3;
	text-decoration: none;
}