﻿body 
{
    background-color: #EEEEEE;
    font-family: Verdana;
    font-size: 8pt;
    padding-left: 100px;
    padding-right: 100px;
}

a:link
{
    color: #666666;
    text-decoration: none;
}

a:visited
{
    color: #666666;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a:hover 
{
    color: #222222;
    text-decoration: underline;
}

input {
    border: 1px solid #666666;
    color: #222222;
}

textarea {
    border: 1px solid #666666;
    color: #222222;
}

select {
    border: 1px solid #666666;
    color: #222222;
}

.button
{
    background-color: #222222;
    border-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
}

.title
{
    font-weight: bold;
    font-size: 16pt;
    text-align: left;
    padding-top: 10px;
}

.title-album
{
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    padding-top: 10px;
    color: #666666;
}

.link
{
    font-weight: bold;
    font-size: 10pt;
}

.texto
{
    text-align: justify;
    font-size: 10pt;
}