@charset "utf-8";

/* SVART TEXT MOT VIT */
a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

a:hover {
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

a:active {
	text-decoration: none;
}

/* VIT TEXT MOT SVART */
a#speciallink:link {
	color:#eeeeee; 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;

}

a#speciallink:visited {
	color:#eeeeee;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;

}

a#speciallink:hover {
	color:#ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

a#speciallink:active{
	text-decoration:none;
}

/* VET EJ????? */
a#speciallink_svart:link { color:#000000; text-decoration:none; }
a#speciallink_svart:visited { color:#000000; text-decoration:none; }
a#speciallink_svart:hover { color:#999999; text-decoration:underline;}
a#speciallink_svart:active { text-decoration:none;}

/* SÅ HÄR KAN MAN SKRIVA OM FLERA STILAR INOM SAMMA FUNKTION SKA HA SAMMA ATTRIBUT 
a, a:hover, a:active, a:visited{
	border: none;
	text-decoration: none;
	color: gray;
	font-family: helvetica, arial;
	font-size: 8pt;
}*/
