@charset "utf-8";
/* CSS Document */

.nyhetsrubrik {
font-size: 12px;
color: #000000;
}

.nyhetstext {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
}

.nyhetsdatum {
font-size: 10px;
color: #FF9000;
}

.nyhetsskribent {
font-size: 12px;

float:right;
}

.sidrubrik {
font-size: 12px;
}

.nyhetstext a {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #FF9000;
}

.nyhetstext a:link {
	text-decoration: none;
}
.nyhetstext a:visited {
	text-decoration: none;
	color: #FF9000;
}
.nyhetstext a:hover {
	text-decoration: underline;
}
.nyhetstext a:active {
	text-decoration: none;
}


a {
	font-size: 14px;
	color: #FF9000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
