﻿
a.box_to_the_right
{
	position: relative;
	z-index: 24;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}
a.box_to_the_right:hover
{
	z-index: 25;
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	font-family: Arial;
	text-decoration: none;
}

a.box_to_the_right span{
display: none;  /* this hides the text */
}

a.box_to_the_right:hover span
{
	/*the span will display on the :hover state*/
	display: block;
	position: absolute;
	top: 1.5em;
	left: 1em;
	width: 22em; /* give popup a red border */
	background-color: #0A84C1; /* make popup background light yellow */
	color: #FFFFFF; /* text is set to black */
	text-align: Left;
	font-size: 11px;
	z-index: 30;
	text-decoration: none;
	padding-left: 5px;
	direction: ltr;
	text-align: left;
	padding-right: 5px;
	border-right: #666699 1px solid;
	border-top: #666699 1px solid;
	font-weight: normal;
	border-left: #666699 1px solid;
	color: #333366;
	border-bottom: #666699 1px solid;
	font-family: Arial;
	background-color: #ccccff;
}
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
.super {text-decoration: blink; text-align: center}
