body { background: #000A20 url("jonathan/img/mottled-blue.png") repeat fixed; color: #F0F4FF; }

a:link    { color: #90A0FF; }
a:visited { color: #90A0E0; }
a:hover   { color: #B0C0FF; }
a:active  { color: #D0E0FF; }

h2, h3, h4, h5, h6 { background: url("jonathan/img/smoke-horiz.png") top right no-repeat; color: #FFFFFF; }
h1 { font-weight: bold; font-variant: small-caps; background: url("jonathan/img/smoke-horiz-broad.png") center no-repeat; }
h2 { font-weight: bold; text-align: right; }
h3 { border-bottom: 1px solid #A0A4F0; text-align: right; }
h4, h5, h6 { border-bottom: 1px dotted #8088E0; text-align: right; }

ol, ul { border-top: 1px dotted #A0A0A0; border-bottom: 1px dotted #A0A0A0; }

thead tr { background: url("jonathan/img/smoke-horiz-center.png") center no-repeat; }
th { border-bottom: 1px solid #90A0FF; }
td { border-top: 1px solid #90A0FF; }
td.note { font-size: 75%; color: #D0E0FF; text-indent: 20px; border-top: 0; }
tr:hover { background: #90A0E0; }
.alt-row { background: #303850; }

.center-block
	{
	min-height: 28em;  width: 17.5em;  margin: auto auto auto auto;
	/* Damn IE to hell for ignoring margin: auto! */
	#margin-top: 15%;
	color: #F0F0FF;
	border: 0px dotted yellow;
	}
.vertical-decoration
	{
	float: right;
	height: 20em;  width: 2em;
	background: transparent url("jonathan/img/smoke-vertical.png") center no-repeat;
	border: 0px dotted green;
	}
.links-block
	{
	min-height: 1em;  width: 14em;
	margin-right: 3em;
	text-align: right;
	border: 0px dotted aqua;
	}
.links-block ul { margin: 0;  border: 0;  list-style-type: none; }
.links-block li
	{
	margin: 2px;  padding: 0.5em;
	background: transparent url("jonathan/img/smoke-horiz.png") right center no-repeat;
	}

.footer { color: #4050A0; }
