a.style2
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.style2:visited
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style2:active
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style2:hover
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style1
{
   color: #FFFF00;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #00BFFF;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFFF00;
   text-decoration: none;
}
a.style1:hover
{
   color: #FF00FF;
   text-decoration: underline;
}
a.style3
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style3:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style3:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style3:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style4
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style4:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style4:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style4:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style5
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: none;
}
a.style5:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style5:active
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style5:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style6
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: none;
}
a.style6:visited
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style6:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style6:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.style1
{
   font-family: Tahoma;
   font-size: 13px;
   text-align: left;
   text-decoration: none;
   background-color: transparent;
}
.style2
{
   font-family: Tahoma;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   border: 1px double #FFFFFF;
   --border-color: #FFFFFF;
   border-radius: 1px;
}
.style3
{
   font-family: "Lucida Sans Unicode";
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
   border: 2px solid #FFFF00;
   --border-color: #FFFF00;
   style 3;
}
