* {
	font-size : 10pt;
	font-family : monospace;
	text-align : left;
}
a {
	color : #900;
	text-decoration : none;
	background : transparent;
}
a:hover {
	text-decoration : underline;
}
a:active {
	color : #c00;
	text-decoration : none;
	background : transparent;
}
a:visited {
	color: #600;
	text-decoration : none;
	background : transparent;
}
a:visited:hover {
	text-decoration : underline;
}
body {
	color : #006;
	background : #AAA;
	padding : 10px;
}
dt {
	font-size : 9pt;
	text-align : left;
	color : #900;
	background : transparent;
}
img {
	border : 0;
}
ul {
	line-height : 15pt;
	margin : 5px;
}
#ctr {
	visibility : hidden;
}
#logo {
	text-align : right;
}
#title {
	font-size : 2em;
	font-family : "Adobe Garamond", Garamond, serif;
	color : #333;
	background : transparent;
	text-align : center;
	font-style : italic;
}
.post {
	color : #006;
	background-color : #AAA;
}
