a.block_link:link { 
	text-decoration: underline;
/*	font-weight: bold;*/
	color:  #9AE9FF
}

a.block_link:visited { 
	text-decoration: underline;
/*	font-weight: bold;*/
	color:	#FFABAB
}
a.block_link:hover , a.block_link:focus{ 
	color:  #2F1118;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	background-color: #ffffcc
	/*back-image: sky-15.jpg;*/
}
a.block_link:active { 
	color: rgb(128, 198, 46);
	text-decoration: underline
}
code
{
display: block;
font-family: courier new;

font-size: 80%;
white-space: nowrap;
margin: 1px 2px 1px 2px;
background-color: #CCFFFF;
padding: 20px;
width: 80%;
overflow:auto;
overflow-y:hidden;
border: 1px solid #999;

}
