a {
    color: #473c3c;
    text-decoration: underline;
}

a:visited {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

div {
    overflow: visible;
}

img {
    border: none;
}

.tinyText {
    font-size: 1px;
}

.break {
	width: 60%;
	height: 1px;
	background-color: lightblue;
	color: lightblue;
	border: 0;
}

.mainsection {
	margin-left: 50px;
	margin-right: 50px;
	position: absolute;
	top: 90px;
	text-align: left;
	left: 0px;
	z-index: 1;
	background-color: white;
}


.label {
	line-height: 1.5em;
	color: blue;
	width: 10em;
	text-align: right;
	margin-right: 1em;
	vertical-align: bottom;
	display: inline-block;
}

.input { 
	line-height: 1.5em;
	width: 10em;
	margin-top: 5px;
	margin-bottom: 5px;
	align: left;
}

legend { font: bold; }

.comment {align: center }

#hintbox{ 
	font: smaller;
	font-variant: small-caps;
	position:absolute;
	top: 0;
	color: darkgreen;
	background-color: lightyellow;
	width: 50em;
	padding: 3px;
	border:5px outset lightgreen;
	z-index:100;
	visibility: hidden;
}

.hintanchor{
	cursor: help;
	font: bold small smaller;
	color: green;
	text-decoration: none;
}

.pics { vertical-align: middle; display: inline; width: 1em;}
