body {
	background-color: #9192C7;
	color:            #000000;
	font-size:        12pt;
	margin-top:       5px;
	margin-bottom:    5px;
	margin-left:      3px;
	margin-right:     3px;
}

a,a:link,a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
}
a:active,a:hover {
  font-weight: normal;
  text-decoration: underline;
  background-color: #d0e0f0;
  color: #008000;
}

.title {
	font-size: 16pt;
	font-style: bold;
}

.subtitle {
	fint-size: 14pt;
}

.fsize {
	font-size: 9pt;
}