body
{
    font-family: arial, helvetica, "ms sans serif";
    font-size: 10pt;
    background-image : url(../images/background.gif);
}

p
{
    margin-right: 24px;
    margin-left: 24px;
}

code
{
    font-family: courier;
    font-size: 125%;
}

a
{
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}

.grayed
{
    font-size: smaller;
    text-align: center;
    color: gray;
    font-weight: bold;
}

td
{
    font-family: arial, helvetica, "ms sans serif";
    font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
}

.menuh
{
    border-color: #ffff99;
    cursor: hand;
    border-left: #ffff99;
    border-top: #ffff99;
    padding-left: 1px;
    padding-top: 1px;
    background-color: #ffff99;
    background-image: none;
}

.menu
{
    background-color: white;
	background-image: none;
}
.home
{
    cursor: hand;
}

.menulinks
{
    text-decoration: none;
}