html, body
{
    margin:0px; padding:0px; width:100%; height:100%;
}

body
{
	color:#000000;
    font-family: "Times New Roman", Helvetica, Verdana;
    font-size: 14px;
    font-style: normal;
}

a
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: none;
    color: #808080;
}


.inputField
{
    font-family: "Times New Roman", Helvetica, Verdana;
    font-size: 10px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}

.inputButton
{
    font-family: "Times New Roman", Helvetica, Verdana;
    font-size: 12px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    background-color: #C67C7C;
    border-color: #000000;
}