
BODY {	background: #ffdd66;
	color: black;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: medium;
}

A:link {
	color: rgb(0,0,255);
	background: inherit;
}
A:visited {
	color: maroon;
	background: inherit;
}
A:active {
	color: fuchsia;
	background: inherit;
}
A:hover {
	color: red;
	background: inherit;
}

div.footer {
	font-size: xx-small;
	font-family: serif,cursive;
	text-align: center;
}

EM.logo {
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: italic;
}

P.trademark {
	font-size: 50%;
	font-style: italic;
}

P.abstract {
	font-style: italic;
	margin: 1in;
}

P.q-and-a:first-letter {
	font-size: 200%;
	color: red;
	background: inherit;
}

HR {
	color: black;
	background: inherit;
}

H1 {
	font-size: 110%;
}

H1.index {
	text-align: center;
	font-size: large;
	color: #ff2222;
	background: inherit;
}

UL.logo {
	list-style-image: url("/images/orangedot.gif");
}

TR.books {
}

TD.books {
}


