h1 {
	font-weight:normal;
}

.center {
	text-align:center;
}

.mono {
	font-family:monospace, Courier;
}

.smallf {
	font-size:x-small;
}

.smallh {
	line-height: 0.5;
}

.grey {
    color: grey;
}

#header {
	font-size:large;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:30em;
}

#footer {
	text-align:right;
	position:absolute;
	bottom:0;
	width:95%;
	height:25px;
}
