h1,h2,h3 { color:#009ee2; text-transform:uppercase; }
h1 { font-size:1.2em; }
h2 { font-size:1.1em; }
h3 { font-size:1em; }

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

input,textarea,select
{
    width:auto; height:auto;
    margin:2px; padding:1px;

    font-size:0.85em;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#535353;
    border:1px inset black;
}

input:focus,textarea:focus,select:focus { background-color:#cff; }

fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}

legend
{
    font-size: 1.1em;
    font-weight:bold;
    text-transform: uppercase;
}

label
{
    float:left;
    width:200px;
    margin:0; padding:0;
    vertical-align:middle;
}

hr { border: 1px solid #009ee2; }