



/* CSS Document */



body{

margin:0;

padding:0;

line-height: 1.5em;

background-color: #transparent;

font-size: 12px;

font-family : arial, sans-serif;

color: #000000;

}

a img, .content a img, .border a, .fadeimage a, .img a {
background-color: #F5F6F3;
border-top: 0px solid #C28075;
border-left: 0px solid #C28075;
border-right: 1px solid #C49230;
border-bottom: 1px solid #C49230;
padding: 4px;
-moz-border-radius:  2px; 
-webkit-border-radius: 2px; 
border-radius: 2px;
}

a img:hover, .border:hover, .fadeimage:hover, .img:hover {
background-color: #FFFFFF;
border-top: 0px solid #C28075;
border-left: 0px solid #C28075;
border-right: 1px solid #557848;
border-bottom: 1px solid #557848;
padding: 4px;
-moz-border-radius:  2px; 
-webkit-border-radius: 2px; 
border-radius: 2px;
}

