a.link
{
	color: #444444;
	font-style:normal;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a.link:hover
{
	/* font-style: italic; */
	color: #663300;
}

#MainBox
{
	text-align: justify;
	overflow: hidden;
	font-size: 12px;
}
#MainBox h1
{
	font-size: 20px;
}
#MainBox .OnThisPage
{
	text-align: justify;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: -1.0em;
	color: #335544;
}
#MainBox ul
{
	list-style: none url(../dot.jpg) outside;
}

#MainBox a.heading
{
	color: #335544;
	text-decoration: none;
}
#MainBox a.heading:hover
{
	font-style: italic;
	font-weight: bolder;
	color: #663300;
}

#MainBox .Heading3
{
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bolder;
	font-size: 14px;
}

#FeatureList li
{
	margin-bottom: 0.5em;
	font-size: 12px;
	list-style: none url(../dot.jpg) outside;
}

#MainBox pre
{
	width: 90%;
	overflow: scroll;
	padding: 0 20px 0 20px;
	border: solid 1px #666666;
	font-family: Monospace;
}

