html{
    min-height: 100%;
    height: auto;
}
body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    position: relative;
    color:#000;
}

a,
a:hover,
a.active{
    text-decoration: underline;
    color:#fff;
}

h1,h2,h3{
    font-weight: 500;
}

h1{font-size: 28px;}
h2{font-size: 22px;}
h3{font-size: 18px;}

input[type="text"],
input[type="password"],
select{
    padding: 3px 5px;
    box-sizing: border-box;
}

