/* CSS Document */

.box_link{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #006B68;
	font-weight: bold;
}
									
a{
	color: #006B68;
}

a:link{
	color: #006B68;
}

a:visited{
	color: #006B68;
}

a:hover{
	color: #9b9bad;
}
