@CHARSET "UTF-8";

body {
        margin: 20px;
        padding: 0;
        background-color: white;
        color: black;
        font-family: serif;
        text-align: left;
        height: 100%;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	vertical-align: middle;
}

dt {
	font-weight: bold;
}

h1 {
	font-family: "sans serif";
	text-align: center;
}

h1.frontpageheader {
	text-align: left;
}

h2 {
	font-family: "sans serif";
}

h3 {
	font-family: "sans serif";
	font-size: large;
	display: inline;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

p.subtitle {
	text-align: center;
	font-style: italic;
}

table {
	border-collapse: collapse;
}       

thead {
	background-color: LightGrey;
	text-align: center;
}

td {
	padding: 3px;
	vertical-align: top;
}       

ul {
	list-style-type: square;
}

.inline {
	display: inline;
}

.newsdate {
	font-style: italic;
}

a {
	color: #105888;
}

a.apilink {
	text-decoration: None;
}

.good {
	background-color: LightGreen;
}

.bad {
	background-color: PeachPuff;
}

.ugly {
	background-color: Crimson;
}

.programlisting {
	font-family: monospace;
	white-space: pre;
	background-color: LightGrey;
	width: 80ex;
}
