body{
   background-color:#e97b00;
   background-repeat: repeat;
}


h1{
   font-family: verdana;
   font-weight: medium;
   font-size: 85%;
   color: ##E97B00;
}


p{
   font-family: arial;
   font-size: 75%;
   color:#000000;
   font-weight: medium;
   text-align: justify;
}

p.small{
   font-family: arial;
   font-size: 55%;
   color:#ffffff;
   font-weight: medium;
   text-align: center;
}



a{
   color: #375771;
   text-decoration: none;
}


a.:hover{
   color: #000000;
   text-decoration: underline;
}

a.black{
   color: #000000;
   text-decoration: none;
}


a.black:hover{
   color: #000000;
   text-decoration: underline;
}


