a:link { 
color: #ffea00;
text-decoration: none;;
}
a:visited { 
color: #ffea00;
text-decoration: none;;
}
a:hover { 
color: #fffdab;
}
a:active { 
color: #ffea00;
}


body {
margin: 0;
background-color: #505050;
}

#header {
float: left;
margin: 0;
width: 390px;
height: 1100px;
background-color: #ff5555;
background-image: url(images/header.png);
background-position: top left;
background-repeat: no-repeat;
border-right: 4px solid #3f3f3f;
}

#content {
float: left;
margin: 0;
width: 400px;
height: 1020px;
background-color: #505050;
text-align: center;
font-family: verdana;
font-size: 9pt;
color: #ffffff;
padding: 40px;
}


#text {
float: left;
width: 399px;
background-color: #505050;
text-align: justify;
font-family: verdana;
font-size: 9pt;
color: #a7a7a7;
margin-bottom: 20px;
}


#text2 {
float: left;
width: 399px;
border-top: 2px solid #9b9b9b;
border-bottom: 2px solid #9b9b9b;
background-color: #e7e7e7;
text-align: justify;
font-family: verdana;
font-size: 9pt;
color: #a7a7a7;
margin-bottom: 20px;
}


.highlight img{;
background-image: url(images/unpressed.png);
}

.highlight:hover img{ 
background-image: url(images/pressed.png);
}

.return img{;
background-image: url(images/coinl_1.png);
}

.return:hover img{ 
background-image: url(images/coinl_2.png);
}

