body
{
	font-family: helvetica, arial, sans-serif;
    font-size: 80%;
}

dt
{
	font-family: helvetica, arial, sans-serif;
}

dd
{
	font-family: Helvetica, Arial, sans-serif;
}

td
{
        font-family: Helvetica, Arial, sans-serif;
        font-size: 80%;
}

.screen
{
        foo-background-color: #9999ff;
        background-color: #000000;
        font-family: Courier, Monospaced;
        font-size: 100%;
	font-weight: bold;
        color: #dddddd;
}

.code
{
        font-family: Courier, Monospaced;
        font-size: 90%;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

A:link
{
	color: #0000dd;
	text-decoration: none;
}

A:visited
{
	color: #dd0000;
	text-decoration: none;
}

A:active
{
	color: #B0B4B0;
	text-decoration: none;
}

.MenuItem
{
	border-top: white solid 2px;
	padding: 0;
}

.MenuItem a, .MenuItem span
{
	padding: 2px;
	display: block;
}

.MenuItem a
{
	color: #000;
	background-color: #B0B4B0;
}

.MenuItem a:hover, .MenuItem span
{
	color: #FFF;
	background-color: #000;
}
