<!-- #bbinclude "main.inc"	#MENUWIDTH#='105' /* aaux_img/transparent.gif needs to be this wide */	#MAINWIDTH#='600'	#MAINWIDTHWIDE#='600'	#MAINHEIGHT#='561'	#BACKGROUNDCOLOR#='#FFFFFF' /* whole site background color */	#MASTHEADCOLOR#='#999999' /* '#BBBBBB' */	#MASTHEADACTIVECOLOR#='#565656' /* '#777777' */	#MENUCOLOR#='#808080' /* '#AAAAAA' */	#MENUACTIVECOLOR#='#000000' /* '#444444' */	#TEXTCOLOR#='#000000' /* main body of web site */	#TEXTLINKCOLOR#='#808080' /* '#AAAAAA' */ /* same as MENUCOLOR */	#TEXTACTIVECOLOR#='#000000'	#SMALLTEXTCOLOR#='#808080' /* captions */	#FOOTERTEXTCOLOR#='#999999' /* footer */-->/* undohtml.css *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             *//*   http://creativecommons.org/licenses/by/2.0                   *//* This style sheet is licensed under a Creative Commons License. *//* Purpose: undo some of the default styling of common (X)HTML browsers *//* link underlines tend to make hypertext less readable,    because underlines obscure the shapes of the lower halves of words *//* :link,:visited { text-decoration:none } *//* no list-markers by default, since lists are used more often for semantics *//* ul,ol { list-style:none } *//* avoid browser default inconsistent heading font-sizes *//* and pre/code too */h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }/* remove the inconsistent (among browsers) default ul,ol padding or margin  *//* the default spacing on headings does not match nor align with    normal interline spacing at all, so let's get rid of it. *//* zero out the spacing around pre, form, body, html, p, blockquote as well *//* form elements are oddly inconsistent, and not quite CSS emulatable. *//*  nonetheless strip their margin and padding as well *//* ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input *//* { margin:0; padding:0 } *//* whoever thought blue linked image borders were a good idea? *//* a img,:link img,:visited img { border:none } *//* de-italicize address *//* address { font-style:normal } *//* more varnish stripping as necessary... *//* horizontal spacing between table columns (1st px value) *//* vertical spacing between table rows (2nd px value) */table {	margin: 0;	margin-top: 0;	margin-bottom: 0;	border-spacing: 0px 0px; /* 35px */	}	/* this is used in press releases */table table {	margin: 0;	border-spacing: 0px 0px;	}	/* width of menu column */td.menu {	width: 105px;	}	/* width and height of main image/content section of website */td.main {	width: 600px;/*	height: 561px; */	}	td.wide {	width: $MAINWIDTHWIDE#px;	}	/* width of spacing between menu and main columns */td.space {	width: 35px;	}	/* the following is having no effect - try out <th> instead? */td.resume {	align: right;	valign: top;	}body {	background: #FFFFFF;	/* background-image: url('../aaux_img/lines.gif'); */	background-repeat: no-repeat;	color: #000000;	font-family:  Verdana, Helvetica, sans-serif;	font-size: 11px; /* 12px; */	line-height: 16px;	margin: 0;	border-spacing: 0px 0px;	}	.invisible {	color: #FFFFFF;	}.title { font-style: italic }	.date {	color: #808080;	text-transform: uppercase;	}small {	font-size: 9px; /* 10px; */	line-height: 14px; /* 15px; */	color: #808080;	}	small.footer {	color: #999999;	}	small.headline {	font-size: 6 px;	line-height: 6px;	}	big {	font-size: 24px;	line-height: 24px;	font-weight: normal;	margin-top: 0px;	margin-bottom: 0px;	}	h1 {	margin-top: 0px;	font-size: 12px;	text-transform: uppercase;	margin-bottom: 0px;	font-weight: normal;	}	h2 {	margin-top: 1px;	font-size: 10px;	text-transform: uppercase;	margin-bottom: 0px;	font-weight: normal;	line-height: 18px;	}	h3 {	margin-top: 1px;	font-size: 10px;	margin-bottom: 0px;	font-weight: normal;	line-height: 18px;	}upperlowerh1 {	font-size: 12px;	line-height: 18px; /* line-height: 15px; */	font-weight: normal;	/* text-transform: uppercase; */	}		ul { margin-top: 0; margin-left: 0; padding-left: 0; list-style: none; }dl ul { margin-bottom: 12px;}ul ul { margin-bottom: 12px; }ul ul li { font-weight: normal; text-indent: -3em; padding-left: 3em; } /* color: #000000; */ul.menu { font-size: 10px; line-height: 18px; margin-top: -3px; text-transform: uppercase; }	/* ul.menu ul { font-size: 9px; margin-top: 0px; margin-bottom: 0px; text-transform: lowercase; line-height: 13px; } */ul.downloads { padding-left: 0em; }	/* or 3em to indent */	img {	border: none;	}	img.selected {	border: 1px solid #808080;	}	img.not_selected {	border: 1px solid #FFFFFF;	}a:link {	color: #808080;	}a:visited {	color: #808080;	}	a:hover {	color: #000000;	}	a:active {	color: #000000;	}		a.head:link {	color: #999999;	}a.head:visited {	color: #999999;	}	a.head:hover {	color: #565656;	}	a.head:active {	color: #565656;	}		a.menu:link {	color: #808080;	}a.menu:visited {	color: #808080;	}	a.menu:hover {	color: #000000;	}	a.menu:active {	color: #000000;	}			a.current:link {	color: #000000;	}a.current:visited {	color: #000000;	}	a.current:hover {	color: #000000;	}	a.current:active {	color: #000000;	}	a.footer:link {	color: #999999;	}a.footer:visited {	color: #999999;	}a.footer:hover {	color: #000000;	}a.footer:active {	color: #000000;	}		a {	text-decoration: none;	}		p.p1 {margin-top: 0; margin-bottom: 12px;}p.p2 {	margin-bottom: 0;	text-transform: uppercase;	color: #808080;	font-style: italic;	font-weight: normal;	}<!-- end bbinclude -->