A {
	TEXT-DECORATION: none;
	color : White;
}
A:hover {
	COLOR: #FCF8EB;
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #CCFFCC;
}
A:link {
	COLOR: Lime;
}
A:active {
	COLOR: red
}

.meny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Lime;
	text-decoration: none;

}
.meny:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Yellow;
	text-decoration: underline;

}
.meny:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Lime;
	text-decoration: none;

}
.meny:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Lime;
	text-decoration: none;

}
.meny:visited:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Yellow;
	text-decoration: underline;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: none;
	font-weight : bold;
}
.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Yellow;
	text-decoration: underline;
	font-weight : bold;
}
.copyright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Lime;
	text-decoration: none;
	font-weight : bold;
}
.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Aqua;
	text-decoration: none;
	font-weight : bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	text-decoration: none;
	text-align: left;

}
.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Yellow;
	text-decoration: underline;

}
.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Lime;
	text-decoration: none;
	text-align: left;

}
.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCFF99;
	text-decoration: none;
	text-align: center;
}

