/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-size: 15pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: bold;
 	text-decoration: none 
}

H2 {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-size: 12pt;
 	text-transform: none;
 	color: rgb(1,12,138);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: overline
}