.dns{
font-family: Tahoma;
font-size: 11;
color: Black;
text-decoration: none
}
:hover.dns{
font-family: Tahoma;
font-size: 11;
color: #0066FF;
text-decoration: none
}

.foo { 
font-family: Tahoma;
font-size: 10;
font-weight: 700;
color: #333333;
text-decoration: none
}
:hover.foo{
font-family: Tahoma;
font-size: 10;
font-weight: 700;
color: #0066FF;
text-decoration: none
}

.capt {
	border: 3px solid #eeeeee;
	width: 140;
	padding: 10;
	float: left;
	text-align:center;
	margin-right: 5px;
	cursor: pointer;
}