/* *********************** Formatierungsklassen *********************** */


/* ********************** globale Formatierungen ********************** */

a{
	color: #8e0303;
	text-decoration: underline;
}

table
{ 
	border-collapse:collapse;
}


/* ************************************ Überschriften ********************************** */

h1
{
	font-size: 15px;
	color: #8e0303;
	font-weight: normal !important;
}

h2
{
	font-size: 12px;
	color: #8e0303;
	font-weight: bold;
}


h3
{
	font-size: 12px;
	color: #3d3d3d;
	font-weight: bold;
}

