body { 
text-align: center;
margin: 0px auto;
font-size: 20px;
background-color: #FFFFFF;
}
#container { 
width: 850px;
margin: 0px auto;
text-align: center;
}
#logo { 
width: 850px;
height: 407px;
background: url('logo.jpg') no-repeat;
}
#tresc {
width: 850px;
}
p {
margin-top: 0px;
margin-bottom: 0px;
color: #3366FF;
}
a{
margin-top: 0px;
margin-bottom: 0px;
color: #3366FF;
text-decoration: none;
}
a:hover{
margin-top: 0px;
margin-bottom: 0px;
color: #FF0000;
text-decoration: underline;
}
hr {
width: 800px;
height: 9px;
background: url('hr.jpg');
border: 0px;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
color: #3366FF;
}
b { 
color: #FF0000;
}
h3 { 
color: #6633FF;
font: bolder 35px Verdana;

}