BODY
{
    background: White;
    font-family: Arial,Sans-Serif
}

P.title
{
    font-size: larger
}

HR
{
    border-color: #00aa00;
    border-style: dotted
}

A:link, A:active, A:visited
{
	text-decoration: none;
	color: #00aa00
}

A:hover
{
	text-decoration: underline;
	color: red
}

TABLE.green
{
	margin-top: 1em;
}

.green TH
{
    BACKGROUND-COLOR: #00aa00;
    COLOR: white;
    padding: 3px 10px
}

.green TD
{
    BACKGROUND-COLOR: #eeffee;
	COLOR: black;
	padding: 1px 10px
}