BODY
{
    font-family: Verdana, Sans-Serif;
    font-size: 11px;    
}

A:link, A:visited
{
    text-decoration: none;
    color: DarkBlue;
}
A:hover
{
    text-decoration: underline;
}

#loginbox
{
    background-color: White;
    border: solid 1px black;
}

#carcard
{
    background-color: Ivory;
    border: solid 1px black;
}

.textbox
{
    border: solid 1px black;
    background-color: Ivory;
    width: 100px;
    font-family: Verdana;
    font-size: 10px;
}
  
.button
{
     background-color: Silver;
     border: solid 1px gray;
     font-size: 10px;
}
