/* print version of website */
a {
	color:blue;text-decoration:underline;
}
a:visited {
	color:red;text-decoration:underline;
}
body {
	background-color:white;
	font-size:100%;
	font-family:"Gill Sans", Arial, Helvetica, Verdana, sans-serif;
	color:black;
	margin:0;
	text-align:center;
}
/* img, td image {
	display:none;
} */
table, td, th {
	border:none;
	vertical-align:top;
}
#centertable {
	width:820px;
	margin-top:20px;
	text-align:left;
}

/* font sizes */
html>body {
	font-size:16px;
}
html {
	font-size:100%; /* for internet explorer */
}
p {
	font-size:0.75em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.25em;
}
h4 {
	font-size:1em;
}

/* navigation menus */
ul {
	display:none;
	clear:both;
	float:none;
}

/* side navigation menu */
#standardnav, #standardnav ul { /* all lists */
	margin:0;
	padding:0;
	line-height:190%;
	list-style:none;
	list-style-type:none;
	font-size:100%;
	font-family:"Gill Sans", sans-serif;
	clear:both;
	float:none;
}
