@charset "utf-8";
a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 0px;
}
a:link {
  text-decoration: none;
  color: #333333;
}
a:visited {
  color: #222222;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #FF0000;
}
#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;
}
#EmailFriend a {
         float : none;
         font-style: normal;
         font-weight:bold;
         font-size: smaller;
         text-indent: 0;
}