body
	{
	background-color: #990000;
	}
.boxed
	{
	background-color: #99ccff;
	border: 3px solid #660000;
	margin:0px;
	}
.reply
	{
	background-color: #ff9966;
	}
h1,h2,h3,h4,h5,p,ul,ol,dl
	{
	font-family: Verdana, sans-serif;
	color: #660000;
	margin:12px;
	}
.subject
	{
	font-weight: bold;
	}
p,li
	{
	font-size:12px;
	}
p.reply, .foot
	{
	font-size:11px;
	}
pre
	{
	font-family: Courier, monospace;
	font-size:12px;
	color: #660000;
	margin:12px;
	}
hr
	{
	color: #660000;
	}
a:link
	{
	color: #003333;
	text-decoration: underline;	
	}
a:visited
	{
	color: #003333;
	text-decoration: none;	
	}
a:active, a:hover
	{
	color: #660000;
	background-color: #ff9966;
	text-decoration: underline;
	}
.indent,li
	{
	margin-left: 30px;
	margin-right: 30px;
	}
