.bods {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	padding: 10px;
}
.mainlinks {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	left: 10px;
	text-align: right;
	top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 100%;
	width: 125px;
}
.text {
	position: absolute;
}
.mainlinks a:hover {
	background-color: #CCCCCC;
}
.mainlinks a:active {
	color: #FF0000;
}
.mainlinks a:link {
	color: #0000FF;
	text-decoration: none;
}
.mainlinks a:visited {
	color: #FF0000;
	text-decoration: none;
}
.centerhold {
	text-align: center;
	position: absolute;
	width: 400px;
	border: 2px solid #666666;
	left: 150px;
}
body {
	text-align: center;
}
.cats {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px;
	padding: 10px;
}
.notes {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	margin: 10px;
	padding: 5px;
}
.slink {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	top: 10px;
	height: 100%;
	right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.slink a:hover {

	background-color: #CCCCCC;
}
.slink a:active {

	color: #FF0000;
}
.slink a:link {

	color: #0000FF;
	text-decoration: none;
}
.slink a:visited {

	color: #FF0000;
	text-decoration: none;
}
.hold {
	position: absolute;
}
