/* CSS Document */
body {margin:0; padding:0; text-align:center; background:#000000}

#jlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	left: 40px;
	text-decoration:none;
}
a:link {
	color: #999999;
	text-decoration:none;
}     /* unvisited link */
a:visited {
	color: #999999;
	text-decoration:none;
}  /* visited link */
a:hover {
	color: #CCCCCC;
	text-decoration:none;
}   /* mouse over link */
a:active {
	color: #CCCCCC;
		text-decoration:none;
}   /* selected link */
.style2 {
	color: #999999
}
