body
{
	width: 90%;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

p, div, blockquote
{
	width: 100%;
}

div, blockquote
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*
	IE:Mac handles overflow somewhat properly on DIV tags
	http://l-c-n.com/IE5tests/overflow/#overflowblock
*/
div.code_container
{
	overflow: auto;
}

cite, code, var, pre, blockquote,
div.code_container
{
	background-color: #F1F1F1;
}

img
{
	border: 0;
}

blockquote p
{
	width: 95%;
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #333333;
}

table
{
	text-align: center;
}

td
{
	width: 1em;
	border: .2em solid #000000;
}

ol.primary_contents
{
	list-style: upper-roman outside;
}

ol.secondary_contents
{
	list-style: lower-roman outside;
}

.warning
{
	background-color: #FFEE55;
	color: #000000;
}

.footnote
{
	font-size: .9em;
}

.author
{
	font-style: italic;
}
