/* CSS Document */

.lnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lnk:hover {
	color: #6699CC;
	text-decoration: none;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;

	}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 10px;


	}


table.nyheter {
	padding: 40px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	border-top: 1px dashed #eee;
}
table.nyheter tr {
	color: #fff;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	margin: 0px 0px 18px 0px;
}
table.nyheter tr td#date {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 10px 0px 0px;
	width: 80px;
}
table.nyheter tr td { vertical-align: top; }
