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

a:link {
	color: #a60000;
}

a:visited {
	color: #666666;
}

a:hover {
	background: #999999;
	color: #eeeeee;
}
	
ul, ol {
        text-align: left;
}

ul {
	list-style-type: circle;
}

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

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

img {
	vertical-align: text-top;
}

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

#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;
}

h1 {
	margin-top: 8px;
}
