/*
 * Style sheet for the nullsleep.com
 */

	body { 
		font : 7pt Verdana;
		color : #FFFFFF;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		background-color : #000000;
	}

	html {
		scrollbar-3d-light-color : #FFFFFF;
		scrollbar-arrow-color : #FFFFFF;
		scrollbar-base-color : #000000;
		scrollbar-dark-shadow-color : #000000;
		scrollbar-face-color : #000000;
		scrollbar-highlight-color : #CCCCCC;
		scrollbar-shadow-color : #000000;
		scrollbar-track-color : #000000;
	}

	img {
	    border: none;
	}

	td {
		font: 7pt Verdana;
	}

	pre {
		font: 10pt Courier New;
	}

	a:link {
		color : #AAAAAA;
		text-decoration : none;
	}

	a:visited {
		color : #888888;
		text-decoration : none;
	}

	a:active {
		color : #FFFFFF;
		text-decoration : none;
	}

	a:hover {
		color : #DF0029;
		text-decoration : underline;
	}

.subMenuBlock { display: none; margin-left: 0px; }
.menuHeading { color: #FFFFFF; cursor: pointer; }
.menuHeading:hover { color: #DF0029; text-decoration: underline; }
