﻿body
{
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #a8cc2c;
}

input
{
    border: 0px;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #a8cc2c;
}


input[type="radio"]
{
    float: left;
    width: 10px;
    
}

.brevemente
{
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

a:link, a:visited
{
    color: #a8cc2c;
    text-decoration: none;
}

a:hover
{
    color: #a8cc2c;
    text-decoration: underline;
}