﻿#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CC0000;
}
#content a {
	color: #0000FF;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
