﻿body
{
    background-color: Black;
    font-family: Verdana;
    color: White;
}

H1
{
    font-size: 2em;
    font-weight: bold;
}

H2
{
    font-size: 1em;
    font-weight: bold;
}

.Centrado
{
    text-align: center;
}

.Texto10px
{
    font-size: 0.7em;
}

.Aviso
{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: Red;
}
