@charset "UTF-8";
/* CSS Document */

body {
	margin: .25in;
	padding: 0;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

p {
	font-size: 12pt;
	line-height: 16pt;
}

#sitenav, #video, #footer{
	display:none;
}

a:link, a:visited {
	text-decoration: none;
	color: black;
}
/* This rule adds the address to the printed page */
a[href^="http://"]:after {
	content: "Visit on the web at: "attr(href);
	font-weight: bold;
}
table {
	width: 100%;
}
