﻿body {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #82087D;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #61794C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5E5F96;
}

.textregular {
	font-size: 90%;
	color: #000000;
}

.headersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8C9748;
}
.textsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.textbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;

}
.highlight {
	background-color: #EFEA99;
}
.highlightshout {
	background-color: #F1A7EB;
	font-weight: bold;
	color: #330C38;

}
a:link {
	color: #24008A;
}
a:hover {
	background-color:#EFEA99;
}
