/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	/*background-image:url(images/scan_small.gif);*/
}


#global {
	position:absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	top: 0px;
	height:500px;;
}



a:link {	
	color: #000000; 
	font-weight:bold; 
	text-decoration:none;
}     /* unvisited link */

a:visited {	
	color: #000000; 
	font-weight:bold; 
	text-decoration:none;
}  /* visited link */

a:hover {	
	color: #ff0000; 
	font-weight:bold; 
	text-decoration:underline;
}   /* mouse over link */

a:active {
	color: #000000; 
	font-weight:bold; 
	text-decoration:none;
} 

.firstwords{

color:#FF0000;
fonr-size:11px;
font-weight:bold;
}

a.stylelinks {
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.stylelinks:hover{font-weight:bold; text-decoration:underline; color:#ff0000;}

