body {
	font-family: Verdana, Arial;
	color: #000000;
}

h1 {
	font-family: Times New Roman, Georgia;
	font-size: 25px;
	color: #EB723E;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: Times New Roman, Georgia;
	font-size: 20px;
	color: #8124D2;
	font-style: italic;
}
h3 {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #EB723E;
	font-style: italic;
}
A {
text-decoration: none;
font-family: Verdana, Arial;
color: #FF6600;
}
A.:hover {
text-decoration: underline;
font-family: Verdana, Arial;
color: #FF6600;
}