﻿h1 {
	font-size: medium;
	color: #6C0A7A;
	background-color: #FDF5FE;
	margin-bottom: 5px;
}
h2 {
	font-size: small;
	color: #FCAF47;
	margin-bottom: 5px;
	background-color: #91242F;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 1.1em;
	color: #6C0A7A;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #91242F;
}
a:hover {
	background-color: #DFDFDF;
}
.font-yellow {
	color: #FFEC44;
	background-color: #5A0966;
}
.style1 {
	margin-top: 0px;
}

