body {	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC33;
	background-repeat: repeat-y;
	color: black;
}

.border { border: 1px solid black; }

h1 {	font-size: 18px; color: #006599; margin: 0; }

h2 {	font-size: 12px; color: #006599; margin: 0; }

.maintext { font-size: 11px; line-height: 13px; }
.maintext a:link { color: #006599; text-decoration: underline; }
.maintext a:visited { color: #006599; text-decoration: underline; }
.maintext a:hover { color: #FFCC33; text-decoration: underline; }
.maintext a:active { color: #FFCC33; text-decoration: underline; }

.bluetext { color: #006599; }

P { margin-top: 8px; margin-bottom: 12px; }