/********************************/

/***** Splash Page Elements *****/

/********************************/

a.country, a.country:link, a.country:visited, a.country:hover, a.country:active

 {
text-decoration: none;
font-size: 15px;
color: #555;
}

a.country:hover {
text-decoration: underline;
}

img.country
{
padding-bottom: 12px;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

img.country:hover
{
padding-bottom: 12px;
opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity=60);
}

div.country
{

}