#content {
	padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#content a:link {
	color: #6CC;
	text-decoration: underline;
}

#content a:visited {
	color: #6CC;
	text-decoration: underline;
}

#content a:focus, #content a:hover {
	color: #FFF;
	text-decoration: none;
}

#content a:active {
	color: #6CC;
	text-decoration: underline;
}