/* CSS Document */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #004851;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

a:link{ 
		text-decoration:none; 
		color: #004851;
}

a:visited{ 
		text-decoration:none; 
		color: #004851;
}

a:hover{ 
		text-decoration:underline;
		color: #004851; 
}

a:active{ 
		text-decoration:underline;
		color: #004851; 
}

.andrerlink a {
    color: black;
    font-weight: bold;
    text-decoration: bold;
}

.andrerlink a:hover {
    text-decoration: bold;
	color: red;
} 