body {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	background: #ddeeff;
}

.regular { font-size: 10pt; text-decoration: none; font-weight: bold; color: #ffffff; font-family: helvetica}
.regular:link { color: #ffffff; }
.regular:visited { color: #ffffff; }
.regular:hover { color: #ff8888; text-decoration: underline; }

.special { color: #cc4444; text-decoration: none; }
.special:link { color: #cc4444; }
.special:visited { color: #cc4444; }
.special:hover { color: #ff4444; text-decoration: underline; }

.link { color: #0000cc; text-decoration: none; }
.link:link { color: #0000cc; }
.link:visited { color: #0000cc; }
.link:hover { color: #ff4444; text-decoration: underline; }

.bottom { color: #ffffff; text-decoration: none; font-weight: bold; }
.bottom:link { color: #ffffff; }
.bottom:visited { color: #ffffff; }
.bottom:hover { color: #ff8888; text-decoration: underline;}
