body {
	color: #000000;
	background: #FFFFFF;
	font-size: medium;
}
h3 {
	color: #ffffff;
	background-color: #00cccc;
	font-weight: bold;
	font-size: large;
	text-align: center;
}
a {
	color: #003333;
	text-decoration: none;
	background-color: #ccffff;
	font-weight: bold;
}
a:hover {
	color: #003333;
	font-style: italic;
	text-decoration:underline;
	background: #99cccc;
}
.wi {
	width: 600px;
	}
.ti {
	font-size: 24pt;
	line-height: 26pt;
}
.ht {

	font-size: 12pt;
	line-height: 16pt;
}
.l {
	float: left;
	font-weight: bold;
}
.r {
	margin-left: 8em;
	text-align: left;
	}
.ss {
	font-size: x-small;
}
.nv {
	font-size: medium;
	text-align: center;
}
.ft {
	clear: both;
	}
