/* CSS Document */

* { 
	padding:0px;
	margin:0px;
	border:0px;
}

BODY {
	background:#000000;
	color:#00FF00;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

PRE A:link    {	color:#00FF00;	}
PRE A:hover   {	font-weight: bold;	text-decoration: none;	}
PRE A:visited {	color:#00FF00;	}

PRE.logo A:link    {	color:#00FF00;	text-decoration: none;	}
PRE.logo A:hover   {	color:#00FF00;	text-decoration: none;	font-weight: normal;}
PRE.logo A:visited {	color:#00FF00;	text-decoration: none;	}

PRE A.lang         {	color:#00FF00;  }
PRE A.lang:link    {	color:#00FF00; text-decoration:underline; }
PRE A.lang:hover   {	font-weight: bold;	text-decoration: none;	}
PRE A.lang:visited {	color:#00FF00;	}
