@charset "utf-8";
a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  border: 0px;
}
a:link {
  text-decoration: none;
  color: #993333;
}
a:visited {
  color: #993333;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #CC0000;
}
#Footer a {
  font-size:12px
}
#RightSideBar a {
  font-size:12px
}

a img{
  border:0;
  text-decoration: none;
}

.bluelink {
  font-size: 13px;
  color: #3333FF;
  text-decoration: underline;
}
.bluelink:link {
  text-decoration: underline;
  color: #3333FF;
}
.bluelink:visited {
  color: Purple;
  text-decoration: underline;
}
.bluelink:hover 
{
  text-decoration: underline;
}

.brownlink {
  font-size: 11px;
  color: #A52A2A;
  text-decoration: none;
}
.brownlink:link {
  text-decoration: none;
}
.brownlink:visited {
  text-decoration: none;
}
.brownlink:hover 
{
  color: Red;
  text-decoration: none;
}
.smallbrownlink {
  font-size: 9px;
  color: #A52A2A;
  text-decoration: none;
}
.smallbrownlink:link {
  text-decoration: none;
}
.smallbrownlink:visited {
  text-decoration: none;
}
.smallbrownlink:hover 
{
  color: Red;
  text-decoration: none;
}
#EmailFriend a {
         text-align: center;
         font-style: normal;
         font-weight:bold;
         font-size: smaller;
         text-indent: 0;
}
