body
{
background-color: #F2D4B0;
}

a
{
color: #3333AA;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

h1
{
text-align: center;
}

h3
{
text-align: center;
}

form#addItem
{
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

td
{
font-weight: bold;
padding: 20px;
}

form#addItem select
{
font-weight: bold;
color: #3333AA;
}
