/* ------------------------------
HTML
------------------------------ */

a:link {
color: #a1dbd9; 
text-decoration: none; }

a:hover {
color: #b9efed;
text-decoration: underline; }

a:visited {
color: #b9efed;
text-decoration: none;}

a:active {
color: #b9efed;
text-decoration: underline; }




BODY {
font-family: Verdana; 
color: #a1dbd9; 
background: #147d79
}


.content{
text-transform:uppercase;
color: #a1dbd9;
font-size: 8pt;
letter-spacing:3px;
font-weight: bold;
text-align: center;
font-family: Tahoma, Trebuchet MS;
margin-bottom: 1px; }

.content-normal {
font-size: 10px;
text-align: center;
font-family:Verdana, Arial;
}