#content p, h1, h2, h3, h4 {
	margin: 0.4em 0;
	padding: 0px;
}

#content h1 {
	font-size: 1.4em;
	/*border-bottom: 1px solid #666666;*/
}

#content h2 {
	font-size: 1.25em;
	border-bottom: 1px solid #999999;
}

#content h3 {
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}

#content h4 {
	font-size: 0.9em;
	border-bottom: 1px solid #DDDDDD;
}

#content a {
	padding: 0 1px;
	text-decoration : none;
}

#content a:link, #content a:visited {
	color : #000033;
	background-color: transparent;
	border-bottom: 1px dotted #000033;
}

#content a:active, #content a:hover {
	color : #000022;
	background-color: #F2F2FF;
	border-bottom: 1px solid #000099;
}

#content img.framed {
	border: 1px solid #333333;
}

#content img.inline {
	display: inline;
	margin: 4px;
}

#content img.center {
	display: block;
	margin: 20px auto;
}

#content img.left {
	float: left;
	margin: 0 10px 0 0;
}

#content img.right {
	margin: 0 0 0 10px;
	float: right;
}

div.sysmsg {
	color: inherit;
	background-color: #EEEEEE;
	text-align: left;
	font-size: 0.9em;
	margin: 1em;
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
}

.error {
	color: #993333;
	background-color: transparent;
}
.notice {
	color: #006600;
	background-color: transparent;
}
.warning {
	color: #000066;
	background-color: transparent;
}
.strange {
	color: #FF9900;
	background-color: transparent;
}
