a:link,a:visited{
text-decoration:none;
}
a:visited{
color: Gray;
}
a:hover{
background:transparent;
color:#20B2AA;
text-decoration:none;
}
a:active{
background:transparent;
color:#CC6600;
font-weight:bold;
text-decoration:none;
}
.post  h2
{
  font-size:15px;
}
.post
{
   font-size:12px;
}