body { margin: 0; padding: 0 }
h1 { font-size: 150%; text-align: center;}

p {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
  }

a {
	color: #99CCFF;
	text-decoration: underline;
  }

a:hover {
	color: #FFFF00;
	text-decoration: none;
  }

.title {
	font-family: Verdana;
	font-size: 14px;
	color: #AF0000;
	font-weight: bold;
  }
.subtitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #AF0000;
  }

.plain {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
  }

.bold_green {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006E00;
  }

.bold_black {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
  }

.italic {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
  }
.note {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
  }

#myScrollingDiv {
width:594px;
height:394px;
overflow:auto;
}