
A:link, A:active {
	/* color: #CC0000; */
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	/* color: #0000CC; */
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}

BODY {
    font-family: sans-serif;
    color: black;
    background-color: white;
}

H1 {
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2em;
    color: #555555;
}

BLOCKQUOTE {
    font-family: sans-serif;
	text-align: left;
}

TH {
    font-family: sans-serif;
	text-align: left;
	font-weight: bold;
    background-color: #0000CC;
	color: white;
	padding: 2pt 3pt;
}

TD {
	font-family: sans-serif;
	text-align: left;
	font-weight: normal;
    /* background-color: #EEEEEE; */
    background-color: #FFFFFF;
    vertical-align: top;
}

TD.empty {
    background-color: #FFFFFF;
}

TD.more {
    background-color: #FFFFFF;
    vertical-align: bottom;
}

UL, UL LI {
	list-style-type: disc;
	font-family: sans-serif;
}
