html,body {
margin: 0; padding: 0; 
background-color: #efefef;
font-family: arial,verdana,sans-serif; 
font-size: 12px; 
color: black;
}

.vspace {
height: 10px;
}

.img {
border-style: solid;
border-color: #bbbbbb;
border-width: 1px;
margin-left: 3px;
}

.bgh {
background-image: url(../images/bgtop.gif);
background-repeat: repeat-x;
width: 100%; height: 35px;
}

.line {
background-image: url("../images/2px.gif");
background-repeat: repeat-x;
width: 100%; height: 2px;
}

a:link {
text-decoration: none; 
} 
a:active {
text-decoration: none;
} 
a:hover {
text-decoration: none; 
} 
a:visited {
text-decoration: none;
} 

.corpo {
font-family: arial,verdana,sans-serif; 
font-size: 12px; 
color: black; 
margin-left: 3px;
margin-right: 3px;
}