body 
{
   font: small Geneva, Georgia, Arial, Helvetica, sans-serif;
   background-color: #E1E1E1;
   color: White;
   margin: 8px 0 8px 8px;
   padding: 0;
}
h3
{
	font: 900 90% Geneva, Georgia, Arial, Helvetica, sans-serif;
	color: Black;
	padding: 0.25em;
	cursor: pointer;
	margin: 0.5em 0 0 0;
}
h3.Over
{
   background-color: Red;
   color: White;
}
h3.Out
{
   background-color: none;
   color: Black;
}
a:hover
{
   color: White;
   background-color: Red;
}
img
{
   width: 170px;
}
.Litera img
{
   width: 60px;
   margin-top: 1em;
}
.Litera a, #TopList a
{
   padding-top: 0;
   cursor: default;
}
.Litera a:hover, #TopList a:hover
{
   background-color: transparent;
   cursor: default;
}
#Abc
{
   width: 170px;
}
.Hidden
{
   width: 170px;
   background-color: Orange;
}
.Hidden a
{
   font-size: small;
   background-color: Orange;
   color: White;
   padding: 0 0.25em 0.25em 1em;
   margin-top: 0;
   display: block;
   font-weight: 900;
   text-decoration: none;
}
.Hidden a:hover
{
   background-color: White;
   color: Black;
}