a.normal:link {
	color: #0088c0;
	text-decoration: none;
}

a.normal:visited {
	color: #0088c0;
	text-decoration: none;
}

a.normal:hover {
	color: #0088c00;
	text-decoration: underline;
}

a.normal:active {
	color: #0088c0;
	text-decoration: none;
}

a.biglink:link {
	color: #0088c0;
	text-decoration: none;
}

a.biglink:visited {
	color: #0088c0;
	text-decoration: none;
}

a.biglink:hover {
	color: #0088c0;
	text-decoration: underline;
}

a.biglink:active {
	color: #0088c0;
	text-decoration: underline;
}

a.meny:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.meny:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.meny:hover {
	color: #ffff00;
	text-decoration: underline;
}

a.meny:active {
	color: Yellow;
	text-decoration: underline;
}

a.artikellista:link {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.artikellista:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.artikellista:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

a.artikellista:active {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}


body {
	background-color: #373748;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.meny {
	font-size: 10px;
	color: White;
	vertical-align: top;
	line-height: 14px;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

.rubrik1 {
	font-size: 20px;
	font-weight: bold;
}

.rubrik2 {
	font-size: 16px;
	font-weight: bold;
}

.rubrik3 {
	font-size: 12px;
	font-weight: bold;
}

.underrubrik {
	font-weight: bold;
}

.biglink {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

.artikellista {
	font-size: 10px;
	color: Black;
}

a.svart:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.svart:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.svart:hover {
	color: #000000;
	text-decoration: none;
}
a.svart:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

