HTML, BODY
{
    margin          : 0px;
    padding         : 0px;
}

BODY
{
    font-family     : Arial, sans-serif;
    font-size       : 12px;
}

.settings
{
    width           : 100%;
    margin-bottom   : 20px;
}

BUTTON
{
    background-color: #FFF;
    border          : 1px solid #AAA;
}

.button
{
    background-color: #FFF;
    border          : 1px solid #AAA;
}

H1
{
    font-family     : Arial, Helvetica, sans-serif;
	font-size       : 20px;
	line-height     : 24px;
	font-weight     : bold;
	letter-spacing  : 2px;
	color           : #000000;
	text-transform  : uppercase;
}

.txt
{
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height     : 18px;
	font-weight     : normal;
	font-style      : normal;
	color           : #000000;
}

INPUT.button
{
    font            : bold 11px Verdana;
    background-color: #FFFFFF;
    text-align      : center;
}