/*
Move a and a:hover css directives to an extra style file
which is importet with media="all".
This hides a and a:hover from CSS-buggy Netscape 4
*/


div.content a {
  color: #0066cc;
  text-decoration: none;
  padding: 2px;
}

div.content a:hover {
  color: #ff9900;
  background: none;
  text-decoration:underline;
}

div.content table {
	color: #333333;
	font: 13px Verdana, sans-serif;
	clear: both;
}

div.content th {
  font: bold 13px Verdana, sans-serif;
  line-height: 17px;
  color: #333333;
}

