
.content,
.content td
{
	color: #264653;
	font-family: Arial;
	font-size: 0.8em;
}

.content h1
{
	font-size: 1.15em;
}

.content h2
{
	font-size: 1.10em;
}

.content h3
{
	font-size: 1.05em;
}

.content h4
{
	font-size: 1em;
}

.content h5
{
	font-size: 0.95em;
}

.content h6
{
	font-size: 0.9em;
}

.content a
{
	color: #642C14;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.content a:hover
{
	color: #15618F;
}

.content ul
{
	list-style-image: url(../pic/list_image.gif);
}