.content_pane {
	background:url(/background3.gif) no-repeat;
	overflow:visible;
	background-color: #FFF;
	vertical-align:top;
	background-position: bottom;
}

a:link {
	color:teal;
	text-decoration:none
}

a:visited {
	color:teal;
	text-decoration:none
}

a:active {
	color: white;
	text-decoration:none
}




A:hover {
	color: #00F;
	font-weight: bold;
}

.show { font-size:"20pt"}


.show a:link  {
	color: "red";
	text-decoration: "none"
}

.show a:visited {
	color: "red";
	text-decoration: "none"
}

.show a:active {
	color: "red";
	text-decoration: "none"
}

.show a:hover {
	color: "blue";
	text-decoration: "none"
}
