/* Sätter fonterna/bakgrund/scroll i rätt stil */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#EFF9FE;
}
html {
	overflow-x:hidden;
	scrollbar-base-color: #1F86BB;
	scrollbar-arrow-color: #EFF9FE;
}
a:visited {
	color: #055697;
	text-decoration: none;
}
a:link {
	color: #013358;
	text-decoration: none;
}
a:hover {
	color: #055697;
	text-decoration: underline;
}
a:active {
	color: #013358;
	text-decoration: none;
}
.rubrik {
	color: #EC047C;
	font-weight: bold;
	font-size: 14px;
}