/* outerinfo sets up the guide for innerinfo letterbox to work off */

* {
	margin: 0;
	padding: 0;
}

#outerinfo {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
 	overflow: visible;
/*	border-style: solid;
	border-width: 1px;
	border-color: red; */
}

#texthalf {
	font-size: .6em;
	font-weight: bold;
}

a:link {
	color: #A5B2DC; 
	text-decoration: none; 
}

a:active {
	color: #A5B2DC; 
	text-decoration: none; 
}

a:visited {
	color: #A5B2DC; 
	text-decoration: none; 
}

a:hover {
	color: #C75FBC; 
	text-decoration: underline; 
}
