body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a, a:visited { 
	color: blue; 
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	text-decoration: underline;
}

img {
	border: none;
}

/* to remove items from page */
#leftcol, #leftcol_nav, #nav, #search, #footer a { 
position: absolute;
left: -999em;
}

#footer {
	margin: 2em 0 0 0; 
	padding: 1em 0 0 0;
	border-top: 1px solid silver;
	font-size: 70%;
	text-align: center;
}

#container {
	width: 100%;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}