	body {
		margin: 0;
		padding:0;
		background-color: #000000;
    	font-family: trebuchet ms, helvetica, verdana;
		}

	#pixels {
		position: relative;	
		top:0;
		left:0;
		width:1000;
		height:650;
		border:0;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
        font-size: 9pt;
		}
	
	#pixels a.nav:link {
		color: #000000; font-weight: bold; text-decoration: none; font-size: 9pt;
		}

	#pixels a.nav:visited {
		color: #000000; font-weight: bold; text-decoration: none;
		}

	#pixels a.nav:hover {
		text-decoration: underline;
		}


	#pixels a.pix:link {
		border: none;
		}

	#pixels a.pix:visited {
		border: none;
		}

	#pixels a.pix:hover {
		border: 5px;
		}

	#pixels a:link {
		color: #ffffff; font-weight: bold; text-decoration: none; font-size: 9pt;
		}

	#pixels a:visited {
		color: #cccccc; font-weight: bold; text-decoration: none;
		}

	#pixels a:hover {
		text-decoration: underline;
		}


/* Hyper Links */
#pixels a { color: #FFF; }
#pixels a:hover { color: #666; }


/* No Borders Images */
#pixels img { border: 0; }
