.newlink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #39693E;
	text-decoration: none;
}
.newlink:hover,
.newlink:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	text-decoration: underline;
}
.newlink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}

.portbox {
width: 200px;
height: 250px;
float: left;
margin: 10px;
padding: 5px;
border: 1px solid #000;
}