/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

body {

	background: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 0 0;
	color: #fff;
	line-height: 2.5;
	letter-spacing: .2em;
}


.hidden {
	display : none;
}

.bgCover {
	background-color: #000;

}

img { border: none; }

a:link {color: #999; text-decoration: none; border-style: none;}
a:active {color: #0078c1; text-decoration: none; border-style: none;}
a:visited {color: #666; text-decoration: none; border-style: none;}	
a:hover {color: #0078c1; background-color: 999;}


