body  { 
font-family: Arial 
color: 000000;
text-decoration: none;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: C0C0C0;
}

a:visited{
	color: C0C0C0;
	text-decoration: none;
}

a:hover{
	color: DD9F3C;
	text-decoration: none;
}
a{
	color: C0C0C0;
	text-decoration: none;
}


.tdMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: C0C0C0;
}

.tdMenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 000000;
	line-height: 180%;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: C0C0C0;
}

.tekst_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: C0C0C0;
}

.tekst12_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: C0C0C0;
}


.spiderpic{
position: relative;
z-index: 0;
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
}

.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -210px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -200px;
left: 20px; /*position where enlarged image should offset horizontally */

}