@import url(//fonts.googleapis.com/css?family=Ubuntu);

h2, h3, h4, h5 , h6 {
    font-family: 'Ubuntu', sans-serif; font-weight:normal;
}

a {
    font-family:helvetica, sans-serif;
    text-decoration:none;
    color:#5993bb;
}

form {
    font-family:helvetica, sans-serif;
}

a:hover {
    color:#77b6e2;
}

a.button, input[type="submit"] {
    color:#fff;
    background:#5993bb;
    border-radius:4px;
    padding:10px 20px;
    font-size:14px;
    border:0;
}

a.button.light {
    color:#666;
    background:#ededed;
}
