body {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
p, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #FF4A00;
}
h2 {
	font-size: 22px;
	color: #FF4A00;
}
h3 {
	font-size: 20px;
	color: #FF4A00;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

.ArticleTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.ArticleAuthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


