
A.country:hover
{
text-decoration: underline;
background: transparent;
}

A.country
{
color: #FFFFFF;
text-decoration : none;
}


A.jacob:hover
{
text-decoration: underline;
background: transparent;
}

A.jacob
{
color: #FF0000;
text-decoration : none;
}

A.img:hover
{
	border : 1px solid Red;
}

A.img
{
	border : 1px solid #FFFFCC;
}


A.jslink
{
   text-decoration: underline;
   background: transparent;
   color: #FF0000;
}

A.jslink:hover
{
   text-decoration: underline;
   color: #000000;
   background-color : #F5DEB3;
}




 





