@media all {
    body {
	font-family: sans-serif;
    }
    a {
	font-weight: bold;
    }
    ul a {
	font-weight: normal;
    }
    dl dt {
	font-style: italic;
	font-weight: bold;
    }
    .footnote {
	font-size: x-small
    }
}

@media screen {
    body {
	color: #ffffff; background-color: #666699
    }
    a:link {
	color: #ccccff; text-decoration: none
    }
    a:visited {
	color: #333366; text-decoration: none
    }
    a:active {
	color: #333366; text-decoration: none
    }
    a:hover {
	color: #000000; background-color: #ccccff
    }
    pre, tt {
	color: #00c8e6
    }
}
