a:link{
	color: #010961}
a:visited{
	color: #010961}
a:active{
	color: #010961}
a:hover{
	text-decoration: underline;
	color: #A2344F}
span.intro{
	color: #A5344A;
	font-size: 14pt;
	font-weight: bold}
span.word{
	color: #008000}
body{
	text-align: left;
	color: #010961;
	background-color: #FFFFFF}
.scroll{
	background-color: #EFE1C2}
a.info{
    position: relative;
    z-index: 24;
    text-decoration: underline}
#sendmail{
	display: none;
	margin-bottom:0px;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px}

/* This is old popup box code
a.info:hover{
	z-index: 25;
	background-color: #ff0;
	text-decoration: none}
a.info span{
	display: none}
a.info:hover span{
    display: block;
	text-decoration: none;
    position: absolute;
    top: 2em;
	left: -10em;
	width: 20em;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px outset #999999;
	border-right: 2px outset #999999;
    background-color: #D1AB52;
	color: #000;
	padding: 10px;
    text-align: left}
	*/