
body {
	background-color:black;
	color:green;
	text-align:left;
	vertical-align: center;
	font-family: 'Amstrad CPC464';
	font-size: 16px;
	line-height: 125%;
	margin: 0px;
}

.mainbody {
	background-color: darkblue;
	color: white;
}

h1 {
	padding-top: 16px;
	font-size: 32px;
	text-align: center;
	color: gold;
	font-weight: bold;
	white-space: wrap;
	line-height: 125%;
	padding: 16px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding: 32px;
}

li {
	line-height: 125%;
	padding-bottom: 16px;
	padding-left: 16px;
	font-size: 16px;
}

li:before {
	content: "*";
	position: absolute;
	left: 16px;
	font-size: 16px;
}

.h1as {
	font-size: 48px;
	line-height: 125%;
	color: #cc6644;
}

.contactinfo {
	font-size: 16px;
	text-align: center;
	color: lightblue;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 16px;
	line-height: 125%;
}

.companyinfo {
	font-size: 16px;
	text-align: center;
	color: grey;
	font-weight: bold;
	white-space: nowrap;
	line-height: 125%;
	padding-bottom: 16px;
}

.nowrap {
	white-space: nowrap;
}

