@charset "utf-8";

.purple_larger {
	font-size: larger;
	color: #990033;
}
.x-large_black {
	color: #000000;
	font-size: x-large;
	font-weight: bold;
}
.italicheadline  {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-size: 1em;
}
.green {
	color: #006600;
	font-size: x-large;
	font-weight: bold;
}
.bigger {
	font-size: x-large
}
.purple_small {
	color: #990033;
}
H1 {
	font-size: 24px;
	font-weight: bold;
	color: #990033;
}
		H2 {
	font-size: medium;
	color: #990033;

}
		H3 {
	margin-top: 0cm;
	margin-bottom: 0cm;
	font-size: large;
}
H4 {
	font-size: 24pt;
	color: #003300;
	letter-spacing: 3pt;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
.topmenu {
	color: #FFFFFF;
	font-size: small;
}
.white  a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
}
.white a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
}

.white a:hover {
	color: #990033;
	text-decoration: underline;
}
