* {
 font-family: Georgia;
}

body {
 background: #CECECE;
}

h2 {
 color: #333;
 font: 30px Georgia normal;
}

h3 {
 font: 17px Georgia;
 padding: 4px;
 background-color: #eee;
 border-bottom: 1px solid #DDD;
}

p {
 margin: 0; padding: 0;
 font: 15px Georgia;
}

.campos {
 border-top: 1px solid #333;
 border-left: 1px solid #333;
 border-bottom: 1px solid #ccc;
 border-right: 1px solid #ccc;
 font: 12px Courier New;
 margin-bottom: 10px;
 color: #333;
 padding: 3px;
 background-color: #eee;
}

label {
 display: block;
 width: 100px;
 float: left;
 border-bottom: 1px solid #E8E8E8;
}

a {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}
