body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}
#nav {
	width: 180px;
}
#nav div {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#nav div a {
	color: #999999;
	text-decoration: none;
}
#nav div a:hover {
	color: #003399;
	text-decoration: underline;
}
.imgBord {
	border: 1px solid black;
}
#content {
	width: 519px;
	font-size: 16px;
}
#content a {
	color: #003399;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.tocL {
	width: 20px;
	font-size: 16px;
	text-align: right;
}
.tocC {
	width: 425px;
	font-size: 16px;
}
.tocR {
	font-size: 16px;
	text-align: right;
}