﻿h1
{
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

label
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
}

select
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    width: 100px;   
    height: 100px;
    margin-left: 100px;
}

input
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    margin-left: 90px;
}

.abbreviation
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    width: 30px;
    margin-left: auto;
}

.state
{
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    width: 100px;
    margin-left: auto;
}

.error
{
    color: red;
    font-weight: bold;
}