/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
div.header{
	font-family: Arial;
	font-size: 52px;
	text-align: center;
}

body { 
        color: white;
	margin:0px auto;
	width:800px;
	background: linear-gradient(to bottom right,#333333, #000000);
}

span.versionheader{
	font-family: Arial;
	font-size: 28px;
	font-weight: normal;
}

span.versionentry{
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 25pt;
}

ul.subgroup{
	margin-bottom: 25pt;
}
