BODY {
	background-color: #333333;
	color: #ffffff;
	font-family: "Lucida Bright", serif;
}

BLOCKQUOTE {
	background-color: #666666;
}

A {
	text-decoration: underline;
}

A:link {
	color: #ccccff;
}

A:visited {
	color: #ffccff;
}

A:active {
	color: #ff0000;
}

H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lucida Sans", sans-serif;
}
H1, .h1 {
	font-size: 200%;
	font-weight: bold;
}
H2, .h2 {
	font-size: 166%;
	font-weight: bold;
}
H3, .h3 {
	font-size: 150%;
	font-weight: bold;
}
H4, .h4 {
	font-size: 120%;
	font-weight: bold;
}
H5, .h5 {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
H6, .h6 {
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}

TR { vertical-align: top; }

UL, OL, DL {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

LI {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

DT {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

DD {
	margin-top: 0;
	margin-bottom: 0;
}

PRE, CODE {
	font-family: "Fixedsys", monospace;
}

.blogmeta {
	font-size: 80%;
}

.border3d {
	border-left: 2px lightgray solid;
	border-top: 2px lightgray solid;
	border-right: 2px darkgray solid;
	border-bottom: 2px darkgray solid;
}

.postheader {
	background-color: #666666;
}

.url {
	white-space: nowrap;
}

