body {
	background-color: white; color: black;
	font-family: Verdana, sans-serif; 
	font-size: 10pt;
}

table { 
	font-family: Verdana, sans-serif; 
	font-size: 9pt;
}

h1 { 
	font-family: Verdana, sans-serif; 
}

h2 { 
	font-family: Verdana, sans-serif;
}

:link { text-decoration: none; color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { text-decoration: none; color: rgb(0, 0, 153) } /* for visited links */
a:active { text-decoration: none; color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { text-decoration: none; color: rgb(0, 96, 255) } /* when mouse is over link */
a.plain { text-decoration: none }

#tit {
	width: 700px;
	margin-left: 2px; margin-right: auto;
/*	border-left: solid; border-bottom: solid; border-right: none; border-top: none; border-width: 2px;*/
	padding-left: 1em;
}

#content {
	width: 700px;
	margin-left: 2px; margin-right: auto;
	border-left: solid; border-bottom: none; border-right: none; border-top: solid; border-width: 2px;
	padding-left: 3em;
}

#quote {
/*	font-size: 7pt;*/
}
