/*css for all "ascii art"*/
#ascii_title {
	font-size: 12pt;
	white-space: pre;
	border: 2px;
	border-color: green;
	border-style: dashed;
	padding-left: 5px;
	width: 470px;
	height: 120px;
	float: left;
}

#ascii_title a {color: #ABA967;}

