﻿h1 {
	font-size: medium;
	color: #800080;
	background-color: #FDF5FE;
	margin-bottom: 5px;
}
h2 {
	font-size: small;
	color: #800080;
	margin-bottom: 5px;
	background-color: #B6F1A7;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 1.1em;
	color: #808080;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #91242F;
}
a:hover {
	background-color: #DFDFDF;
}
.style1 {
	margin-top: 0px;
}
.style2 {
	border-style: solid;
	border-width: 1px;
}
.style3 {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}
