body {
    font-family: Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:14px;
    text-align:left;
    background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
    background-attachment:scroll;
    background-color:#C2C2C2;
}

h1{

color:#FFFFCC;

}

h2{

color:#FFFFCC;

}

a:link{
    color:#FFCC00;
}

a:visited{
    color:#66CC99;
}

a:active{
    color:#669999;
}

a.big{
font-size:20px;
}

p{
    color : #FFFFFF;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
}

p.center{
    text-align:center;
}

p.location{
   font-style: italic;
}

#navigation{
    border-bottom-color : #FFCC00;
    border-bottom-style : solid;
    border-bottom-width : 2px;
}

#footer {
    text-align:center;
    font-size:12px;
    border-top-color:#FFCC00;
    border-top-style:solid;
    border-top-width:2px;
    padding-top:5px; 
    padding-bottom:3px;
}

#container {
    background-image:url('images/tratilea.jpg');
    background-repeat:repeat;
    border-bottom-color : #FFCC00;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #FFCC00;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #FFCC00;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #FFCC00;
    border-top-style : solid;
    border-top-width : 2px;
    margin-bottom : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 10px;
    padding-left : 20px;
    padding-right: 20px;
    padding-top : 10px;
    padding-bottom : 10px;
    width : 850px;
  }

table.f{
table-layout:auto;
border-collapse:collapse;
border-spacing:2px 2px;
}