body, td, p, span, .txt { 
	font-family				:	verdana;
	font-size					:	10px;
	color							: #000000;
	text-decoration		: none;
}

input, textarea, select {
	font-family				:	verdana;
	font-size					:	10px;
	text-decoration		: none; 
}

a {
	cursor						: hand;
	font-family				:	verdana;
	font-size					:	10px;
	color							: #000000;
	text-decoration		: underline;
}

a:hover {
	cursor						: hand;
	font-family				:	verdana;
	font-size					:	10px;
	color							: #FBBF44; /*#666666; */
	text-decoration		: underline;
}

.link {
	cursor						: hand;
	font-family				:	verdana;
	font-size					:	10px;
	color							: #FFFFFF;
	text-decoration		: none;
	font-weight: bold;
}

.link_on {
	cursor						: hand;
	font-family				:	verdana;
	font-size					:	10px;
	color							: #666666;
	text-decoration		: underline;
}

.content {
	font-family				:	verdana;
	font-size					:	10px;
	color							: #000000;
	text-decoration		: none;
}
.overskrift {
	font-family				:	verdana;
	font-size					:	11px;
	color							: #000000;
	font-weight				:	bold;
}