/*
Design: Creative Phorm - www.phorm.se - post@phorm.se
*/ 
a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.txt {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.frame {
	color: #000000;
	text-decoration: none;
	border: 1px solid #333333;

}
.frame:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;

}

