/* Rubriker */
u, font u, span p u, span u {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* Brödtext */
font	{
	font-family: verdana; 
	font-size: 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #bd0000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #414141;
	text-decoration: none;
}
