html
{
min-height: 100%;
margin-bottom: 1px;
}

table.border
{
border: 1px solid gray;
}

p
{
color: white;
font-family: arial;
font-size: 14px;
line-height: 23px;
}

a
{
color: white;
style: underline;
}

a:hover
{
color: orange;
}

select
{
font-size: 12px;
vertical-align: middle;
height: 20px;
}

select.wide
{
font-size: 12px;
width: 200px;
vertical-align: middle;
}