body, td {
	font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
	font-size: 12px;
	color: #41417d;
}

.info {
  font-size: 14px;
}

i {
  color: #be9848;  
}

a.normal {
   text-decoration: none;
}
a.normal:link {
   color: #41417d;
   font-size: 14px;
}
a.normal:visited {
   color: #41417d;
}
a.normal:active {
   color: #41417d;
}
a.normal:hover {
   color: #be9848;
   font-weight: bold;
}

a.selected {
   text-decoration: none;
}
a.selected:link {
   color: #be9848;
   font-weight: bold;
   font-size: 14px;
}
a.selected:visited {
   color: #be9848;
   font-weight: bold;
}
a.selected:active {
   color: #be9848;
   font-weight: bold;
}
a.selected:hover {
   color: #be9848;
   font-weight: bold;
}