A:hover {
	text-decoration: underline;
}
A:link {
	color: #1FFFAF;
	text-decoration: none;
}
A:visited {
	color: #8FBFFF;
	text-decoration: none;
}
A:active {
	color: #FFFFAF;
	text-decoration: none;
}

BODY {
	background: #707070;
	outline-width : thick;
}
BODY { margin: 1em }
P, DL, TD {
	color:		#FFFFEF;
}
P, DL {
	text-align:	justify;
	text-indent:	2em;
	right:	3em 
}
P.sign {
	text-align:	left;
}

