.main {
	font-size: 13px;
	font-family: Arial;
	line-height: 17px;
}
	.main a {
		color: #F07C0A;
		font-weight: bold;
	}
.title {
	font-family: Arial;
	font-size: 19px;
}
	.title a {
		text-decoration: none;
	}
	.title a:hover {
		text-decoration: underline;
	}
.subtitle {
	font-family: Arial;
	font-size: 18px;
	position: relative;
	top: -3px;
}
	.subtitle a {
		color: 000000;
		text-decoration: none;
	}
	.subtitle a:hover {
		text-decoration: underline;
	}
.sidebar {
   font-size: 12px;
   font-family: Arial;
   line-height: 16px;
}
	.sidebar a {
		color: #F07C0A;
		font-weight: bold;
	}
