
DIV#link {
	width : 400px;
	height: 150px;
	border-width: thin;
	border-color: #0000CD;
	border-style: outset;
	overflow: scroll;
}	
DIV#livo {
	width : 140px;
	height: 100px;
	padding: 5px;
	margin-top: 0px;
	color: Fuchsia;
	margin-left: 0px;
}
DIV#livo  a:link,DIV#livo a:visited{
	width: 100px;
	height: 30px;
	background-image: url(.gif);
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: yellow;
	
	
}

DIV#livo  a:hover {
	width: 100px;
	height: 30px;
	background-image: url(botun_o_1.gif);
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: yellow;
}



