

a.opice {
	border: outset 5px; margin: 5px ; 
        padding: 5px; 
        width: 3px; 
        text-decoration: none; 
        font-weight: bold;
	font-size: 16px;
        }

a:link.opice, a:visited.opice {
	background-color: white; 
	color: blue;
	}

a:hover.opice {
	background-color: blue; 
	color: white; 
	border: inset 5px;
	}