/* Clearview Arts style sheet */

body	{
	scrollbar-arrow-color: #336666;
	scrollbar-face-color: #009999;
	scrollbar-highlight-color: #99cc99;
}

div.boxtexture	{
	border: solid;
	border-width: 8px;
	border-top-color: #336666;
	border-left-color: #009999;
	border-right-color: #99CCCC;
	border-bottom-color: #CCFFFF;
	padding: 5px;
	background: 99cc99;
	font-family: verdana, "arial narrow", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	background-image : url(images/texturebackground.jpg);
}

a	{
	text-decoration: none;
	color: #CC9966;
	background-color: transparent;
	}

a:link	{
	text-decoration: none;
	color: #CC9966;
	background-color: transparent;
}

a:hover	{
	text-decoration: none;
	color: #669966;
	background-color: transparent;
}

td	{
	font-family: "Papyrus", "Fletcher-Gothic", "Fletcher Gothic", "Monotype Corsiva", "Sans-Serif" ,Arial;
	font-size: small;
	font-weight: bold;
	color: #CC9966;
}

a.push	{
	color: #669966;
	background-color: transparent;
	}

a:link.push {
	color: #669966;
	background-color: transparent;
}

a:hover.push {
	color: black;
	background-color: transparent;
}
