
body {
	font-family: Helvetica, sans-serif;
}

h1 {
	text-align: center;
}

.header {
	background-color: #eee;
	border-bottom: solid 1px #888;
	font-size: xx-large;
	font-weight: bold;
	vertical-align: middle;

}

#titlefirsthalf {
	color: #840;
}

#titlespace {
	/* display: none; */
	font-size: 25%;
}

#titlesecondhalf {
	color: #444;
}

#titletld {
	color: #840;
	font-size: smaller;
}

.program_brand {
	color: #666;
}

.program_desc {
	/* font-weight: normal; */
	font-size: large;
}

.program_ver {
	font-style: italic;
	font-weight: normal;
	font-size: large;
	color: #999;
}

.program, .underconstruction {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
	padding: 1em;
	text-align: center;
	border-radius: 1em;
	border: solid 1px #888;
	font-size: x-large;
	font-weight: bold;
	max-width: 33%;
}

.program:hover {
	background-color: #dee;
	border-color: #8cc;
}

.underconstruction:hover {
	background-color: #eee7dd;
	border-color: #ca8;
}

a {
	text-decoration: inherit;
	color: inherit;
}

