a:link { color: blue; text-decoration: none; }
a:visited { color: navy; text-decoration: none; }
a:hover { color: teal; text-decoration: none; }
a:activated {}

body { 
	background-color: white; 
	font-family: Verdana, "Century Gothic", Arial, sans-serif;
	font-size: 10pt; 
	margin: 1em 2em; 
	text-align: left;
}

h1 { font-size: 12pt; }
h2 { font-size: 11pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; margin-left: 3em; }

p { margin-left: 3em; }
p.bottom { font-size: 8pt; margin-left: 0em; }

table { margin-left: 3em; }
td { }
th { }
tr { font-size: 10pt; }
