a:link {    	font-weight:normal;
		text-decoration:none;
		color:rgb(192,255,192);
		padding:0px; 
	        margin:0px; 
             	border-color:0; 
             	border-style:outset;
	     	width:150px;
	min-width:150px; 
        }
a:visited { 	font-weight:normal;
		text-decoration:none;
		color:rgb(192,244,192);
		padding:0px; 
		margin:0px; 
		border-color:0; 
		border-style:outset;
		width:150px;
          }
a:hover {	font-weight:normal; 
		color:rgb(0,0,0); 
        }
a:active {	background-color:rgb(30%,30%,30%); 
		border-style:inset; 
		color:rgb(255,255,255); 
         }

body {  font-family:Arial; font-size:8 pt; }

</style> 

