body {
	background:#000000;
	color: white;
   font-size:large;
}

a {
	color: #0080FF;

}

a:hover {
	background-color:#FFFF00;
	text-color: blue;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:line-through;
}


div#header {
	background:url(../images/lightning_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: top;

}




	
