* {
	background-color: transparent;
	border-width: 0px;
	color: #d0d0d0;
	font-size: 12pt;
	text-align: left;
}
@page {
	margin: 1in;
	size: auto;
	marks: crop;
	}
body {
	background-color: black;
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-attachment: fixed;
/*
	background-image: url(/~david/images/airlandocean-strip.png);
*/
	background-image: url(/~david/images/airlandocean-strip.jpg);
	margin: 0px;
	padding: 0px;
	}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-image: url(/~david/images/fadetiles.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid red;
	}
h1 { font-size: 2.2em }
h2 { font-size: 2em }
h3 { font-size: 1.8em }
h4 { font-size: 1.6em }
h5 { font-size: 1.4em }
h6 { font-size: 1.2em }
table.keymap td, table.keymap caption {
	text-align: center;
	color: #c0c0c0;
	border: 1px solid #808080;
	background-color: #303030;
	}
.pressed, table.keymap td.pressed {
	color: #80ff80;
	font-weight: bold;
	}
form, pre, ol, ul, li, p, table, caption, th, td, tr {
	color: #d0d0d0;
	}
p {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: .5in;
	}
/* p:first-letter {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	float: left;
	} */
/* Breaks IE - Q:before, Q:after { content: "\""; } */
UL { list-style-image: url(/~david/images/prism.gif); }
.outline ol { list-style-type: upper-roman; }
.outline ol ol { list-style-type: upper-alpha; }
.outline ol ol ol { list-style-type: decimal; }
.outline ol ol ol ol { list-style-type: lower-alpha; }
.outline ol ol ol ol ol { list-style-type: lower-roman; }
.outline ol ol ol ol ol ol { list-style-type: decimal; }
.outline ol ol ol ol ol ol ol { list-style-type: lower-alpha; }
.outline ol ol ol ol ol ol ol ol { list-style-type: lower-roman; }
.user {
	color: #ffffc0;
	}
.machine {
	color: #ffc0ff;
	}
.time {
	color: #ffc0c0;
	}
a img {
	border: 0;
	}
a {
	font-size: 1em;
	}
a:link    { color: #c0ffff; text-decoration: none; }
a:visited { color: #9cd0d0; text-decoration: none; }
a:hover   { color: #ffc0ff; text-decoration: underline; }
a:active  { color: #ffffc0; text-decoration: none; }
.menu {
	font-size: 10pt;
	color: #d0d0d0;
	background-color: #000060;
	}
.footer {
	font-size: 8pt;
	color: #d0d0d0;
	background-color: #000060;
	}
/*
<BODY>
	<DIV id="header"> ...  </DIV>
	<DIV id="sidebar"> ...  </DIV>
	<DIV id="main"> ...  </DIV>
	<DIV id="footer"> ...  </DIV>
</BODY>
#header {
	position: fixed;
	width: 100%;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	}
#sidebar {
	position: fixed;
	width: 10em;
	height: auto;
	top: 15%;
	right: auto;
	bottom: 100px;
	left: 0;
	}
#main {
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 100px;
	left: 10em;
	}
#footer {
	position: fixed;
	width: 100%;
	height: 100px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	}
*/
