body {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #bbb;
	background-color: #383838;
}
#f_content a, #f_content a:visited, #f_content a:focus, #f_content a:active {
	text-decoration: none;
	color: #bbb;
	font-weight: bold;
}
#f_content a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#f_content a.c_link, #f_content a.c_link:visited, #f_content a.c_link:focus, #f_content a.c_link:active {
	text-decoration: underline;
	color: #99CF99;
	font-weight: bold;
}
#f_content a.c_link:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
#f_content img.c_img {
	margin: 20px auto 4px auto;
	display: block;
}
#f_content span.highlight {
	font-weight: bold;
	color: red;
}