.content
{
	font-family:Arial;
	font-size:12px;
}

.content p
{
	margin-bottom:5px;
	margin-top:0px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6
{
	color:#8888BB;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:15px;
}

.content hr
{
	border:none;
	border-top:2px solid #8888BB;
	margin:0px;
}

.content h1	{font-size:20px;}
.content h2	{font-size:18px;}
.content h3	{font-size:16px;}
.content h4	{font-size:15px;}
.content h5	{font-size:14px;}
.content h6	{font-size:13px;}

.content ul, .content ol
{
	margin-top:0px;
	margin-bottom:0px;
}

.content a
{
	color:#444488;
	text-decoration:none;
	font-weight:bold;
}

.content a
{
	text-decoration:underline;
}

.content a:hover
{
	color:#444488;
	font-weight:bold;
	text-decoration:underline;
}


.content dt
{
	font-weight:bold;
}

.content blockquote
{
	border:2px solid #AAABCC;
	margin:10px;
	padding:5px;
	background:#DDDEFF;
}

.content table
{
	border:2px solid #AAABCC;
	border-collapse:collapse;
	margin:5px;
}

.content td, .content th
{
	padding:5px;
	border:1px solid #AAABCC:
}

.content th
{
	background-color:#AAABCC;
}

.content a.unknown
{
	color:#AA0000;
}