body, table, td {
  font-family:Tahoma, Arial;
  font-size:8pt;
}
h1 {
  font-family:Georgia, Arial;
}
a#text {
	color:#2285fd;
	font-family:Georgia, Arial;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	display:block;
}
a#text:hover {
	color:#2285fd;
	font-family:Georgia, Arial;
	font-size:16px;
	text-decoration:none;
	background-color:#ffffdd;
	padding:5px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
a img {
  border:0;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
a:hover img{
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
}
img:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
}

#desc {
  font-family:Georgia, Arial;
  font-size:10pt;
  color:#333333;
  padding:10px;
  line-height:1.5em;
}

#desc a {
  font-family:Georgia, Arial;
  font-size:10pt;
  color:#333333;
	background-color:#ffffdd;
  padding:1px;
  text-decoration:none;
}
#desc a:hover {
  font-family:Georgia, Arial;
  font-size:10pt;
  color:#333333;
	background-color:#ffffdd;
  padding:1px;
  text-decoration:none;
  font-style:italic;
}