.navcopy {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	position: center;
}
.mybuttons {
	background-color: #990099;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFCCFF;
	border-right-color: #FF99FF;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
.thispage {
	background-color: #FF99FF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFCCFF;
	border-right-color: #FF99FF;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-position: center;	
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00FF00;
	text-decoration: underline;
	
}
