.bigheading { color: #000; font-weight: bold; font-size: 20px; font-family: Times New Roman; }
.smallheading { color: #000; font-weight: bold; font-size: 14px; font-family: Times New Roman; }
body { color: #000;
	background-color: #ccc;
	font: normal 14px "Times New Roman";
}

select,input,textarea { color: #000;
	font: normal 12px Times New Roman;
	background-color: #ffffff;
}
.href:link { color: white; text-decoration: none;
	background-color: #998e75;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px ridge #999999;
	display: block;
	width: 100px;
	font: bold 14px "Times New Roman";
}
.href:visited { color: white; text-decoration: none;
	background-color: #998e75;
	border: 2px ridge #999999;
	padding-right: 5px;
	padding-left: 5px;
	font: bold 14px Times New Roman;
	width: 100px;
	display: block;
}
.href:hover { color: white; text-decoration: none;
	background-color: #79a4f4;
	border-spacing: 3px outset black;
	border: 2px inset black;
	padding-right: 5px;
	padding-left: 5px;
	font: bold 14px Times New Roman;
	width: 100px;
	display: block;
}

.href:active {
	border: 2px inset #000000;
	border-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #79a4f4;
	color: black;
	font: bold 14px Times New Roman;
	width: 100px;
	display: block;
}
.comment
{
	color: #F60;
	font-size: 10px;
	font-family: Times New Roman;
}
.frame
{
	border: 8px ridge #672c0c;
}

a:link {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: white;
	font-size: 14px;
	text-decoration: none;
	background-color: #0616f2;
}

a:active {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.small
{
	color: black;
	font: 9px Times New Roman;
}
.href2:link { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
	border-width: 2px;
	font-size: 9px;
	background-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
.href2:visited { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 9px;
	background-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
.href2:hover { 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #999999;
	border-spacing: 3px outset black;
	border: 2px outset black;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
}

.href2:active {
	font-size: 9px;
	font-weight: bold;
	border: 2px inset #000000;
	border-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #999999;
}

.nav_bg {
	background: #ade3f5 url(http://www.clearcreekminiaturedonkeys.com/images/left.jpg) no-repeat;
}

.top_bg {
	background: url(http://www.clearcreekminiaturedonkeys.com/images/top.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	color: black;
	font: small-caps bold 50px Times;
}

.pageheader {
	font-size: 30px;
	font-variant: small-caps;
	font-style: italic;
	text-decoration: blink;
	text-align: center;
}
.red_frame {border: 2px solid red;}

.orange_frame {border: 2px solid #ff8833;}
.green_frame {border: 2px solid green;}
.right {
	float: right;
	width: 330px;
	text-align: center;
	margin: 5px;
}
