body.tlo

{
background-image: url(img/tlo.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-color: #866210;
overflow: auto;
scrollbar-base-color: #a28e4f;
scrollbar-arrow-color: #ffffff;
margin: 0px;
}

body

{
background-image: url(img/layout_04.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #b3a271;
overflow: auto;
scrollbar-base-color: #b3a271;
scrollbar-arrow-color: #4a4c1d;
margin: 10px;
}


a:link, a:active, a:visited 

{
font-style: italic;
font-weight: bold;
text-decoration: underline;
color : #4a4c1d;
font-family: arial,helvetica;
font-size: 12px;
margin: 0px;
}


a:hover 

{
font-style: italic;
font-weight: bold;
text-decoration: none;
color : #a26c14;
font-family: arial,helvetica;
font-size: 12px;
margin: 0px;
}



a:link img, a:active img, a:visited img
{border: solid #a26c14 1px;}

a:hover img 

{
border: solid #4a4c1d 1px;
filter: alpha(opacity=40); 
-moz-opacity: 0.4; 
opacity: 0.4;
}


img 
{border: solid #a26c14 1px;}


p

{
font-style: italic;
font-weight: bold;
text-decoration: none;
color: #4a4c1d;
font-family: arial,helvetica;
font-size: 12px;
}


span

{
font-style: italic;
font-weight: bold;
text-decoration: none;
color : #a26c14;
font-family: arial,helvetica;
text-align: center;
font-size: 13px;
}




