﻿body
{
    background-color:#ffd357;
}
h1
{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight:200;
}
label
{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-stretch:extra-expanded;
    color:#703d1f;
}
input[type=text]
{
    margin-left:20px;
    border-color:#703d1f;
    width:220px;
    height:30px;
    background-color:#f8f576;
    color:#703d1f;
    border-radius:5px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
input[type=button] {
    background-color: #ff6a00;
    height: 50px;
    width: 75px;
    color: azure;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 80px;
}
input[type=reset] {
    background-color: #e0174d;
    height: 50px;
    width: 75px;
    color: azure;
    border-radius: 10px;
    margin-left:30px;
}
table   
{
    border:2px solid;
    border-radius:5px;
    margin-top:40px;
    margin-left:140px;
}