a:link {
 text-decoration:none;
 color: 326CBB;
}

a:hover {
 font-weight: bold;
  color: #0033FF;
 border-bottom-style: dotted;
 border-bottom-color: 326CBB;
}

a:active {
 text-decoration:none;
 font-weight: bold;
 color: 326CBB;
}

a:visited {
 text-decoration:none;
  color: 326CBB;
}

a.anders:link {
 text-decoration:none;
 color: #FFFFFF;
 
}
a.anders:hover {
 font-weight: bold;
 text-decoration:none;
  color: #FFFFFF;
}
a.anders:active {
 text-decoration:none;
 font-weight: bold;
 color: #FFFFFF;
}

a.anders:visited {
 text-decoration:none;
  color: #FFFFFF;
}

body,tr,td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-left:100px;
	margin-right:50px;
}


