/* CSS Document */

.header {
 border-bottom : 1px dashed #7cc80d;
 padding-left: 5px;
 padding-right: 5px;
 color : #7cc80d;
letter-spacing: 3px;
 text-transform: lowercase;
 font-size : 18px;
 font-family : arial;
 text-align: left;
 line-height:16px;
 margin-top: 1px;
}


.image {
 border: 1px dashed #7cc80d;
 background-color: #7cc80d;
}

 
 A:link, A:active, A:visited 
{
 text-decoration: none; 
 font-weight: normal;
 font-family: century gothic;
 letter-spacing: 1px;
 color: #7cc80d;
 border-bottom: 1px #7cc80d dashed;
}

A:hover {
 border-bottom : 1px dashed #898989;
 color: #898989;
 letter-spacing: 2px;
 font-weight: normal;
 font-family: century gothic;
 background: none;
 cursor: crosshair;
}

.navigation {
 font-family: century gothic;
 font-size:10px;
 text-align: justify;
 letter-spacing: 1px;
 color: #7cc80d;
padding: 0px 10px 0px 10px;
}

.duo {
 text-transform: lowercase;
 font-weight: italics;
 color: #898989;
 font-family : century gothic;
 font-size:10px;
 letter-spacing: 1px;
 padding: 0px 0px 0px 0px;
}

.box {
 font-size:9px; 
 background-color:#FFFFFF; 
 color:#7cc80d;
 text-transform: lowercase;
 font-family : tahoma;
 border: 2px dashed #7cc80d;
}
