body {
	background: #dddddd;
	color: #000000;
	text-align: justify;
	font-family: Georgia, 'Minion Web', Palatino, 'Book Antiqua', Utopia, 'Times New Roman', serif;
	font-size: 14px;
	margin-right: 50pt;
}

a:link {
	color: #a60000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	background: #999999;
	color: #eeeeee;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: text-top;
}

img.border {
	border: black solid;
	border-width: 1px;
}

img#head {
	float: right;
	border: black solid;
	border-width: 1px;
	margin-right: 2px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	color: #000000;
}

h1 {
	margin-top: 8px;
}

ul, ol {
	text-align: left;
	width: 70%;
	padding-left: 10pt;
}

ul {
	list-style-type: circle;
}

ul.extref {
	/* list-style-image: url("/images/ul.extref.png"); */
	list-style-type: square;
}

ol {
	list-style-type: lower-roman;
}

li {
	margin-left: 10pt;
}

tt {
	font-size: 10pt;
	font-family: 'Courier New', Fixed, Monospace;
}

dt, dd {
	width: 70%;
}

dd {
	margin-top: 3pt;
	font-style: italic;
}

dt {
	font-family: 'Trebuchet ms', Verdana, 'Myriad Web', Syntax, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}

pre {
	margin-top: 5pt;
	margin-left: 10pt;
	margin-right: 10pt;
	text-align: left;
	font-size: 10pt;
	font-family: Terminal;
}

pre.commands {
	color: #222222;
	background: #cccccc;
	border: dashed dimgrey;
	border-width: 1px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

code.hostname {
	font-style: fixed;
	color: #0aa00a;
}

code.boxname {
	font-style: fixed;
	color: #0a0aa0;
}

th {
	text-align: left;
}

td {
	text-align: justify;
}

div.head {
	background: #cccccc;
	color: #000000;
	margin: 0;
	margin-bottom: 1px;
	border: 0;
	border-bottom: black dotted;
	border-bottom-width: 1px;
	padding: 4px;
}

#content {
	margin-left: 1%;
	margin-right: 1%;
	text-align: justify;
	max-height: 100%;
}

#tech {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
	border: 0;
}

#nontech {
	float: right;
	width: 45%;
}

#notes {
	clear: both;
	float: left;
	width: 45%;
}

#contact {
	float: right;
	width: 45%;
}

#news {
	float: left;
	width: 200px;
}

#foot {
	background: #9e95e5;
	max-width: 100%;
	padding: 4px;
	margin-bottom: 0px;
	margin-top: 1px;
	border-top: black dotted;
	border-top-width: 1px;
	clear: both;
}


