span.textlo { color: black; font-size: medium; }
.achar { color: #660000; font-size: x-large; }

body {
    background: white;
    margin-left: 80px;
    width: 600px;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

.name { color: #660000; font-weight: bold; }

.top {
    border-width: 1px;
    border-bottom-style: dotted;
    text-align: right;
}

ul { margin-left: 40px; }

p.bottom {
   padding-top: 0.5em;
   border-width: 1px;
   border-top-style: dotted;
   height: 40px;
   margin-left: 0;
   text-align: center;
}

h1 {
    color: #660000;
    font-weight: bold;
    font-size: small;
}

h2 {
    color: #660000;
    margin-left: 20px;
    font-size: small;
}

p {
    margin-left: 40px;
    text-align: justify;
}

.boxed {
    border-width: 1px;
    border-style: dotted;
}
