@charset "ISO-8859-1";

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

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

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

a, 
a:link {
	text-decoration: none;
	color: #666666;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #999999;
	background: transparent;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #ccc; 
	background: transparent;
}

a.redlink, a.redlink:visited {
  color: #f31700;
}
a.redlink:hover,
a.redlink:focus {
  color: #ccc;
}

body#synththeft {
    background: #ffffff;
    color: #000;
}
body#synththeft a,
body#synththeft a:visited {
    text-decoration: none;
    color: #ed3d00;
}
body#synththeft a:hover,
body#synththeft a:focus {
    text-decoration: none;
    color: #2b2b2b;
    border: none;
}

