.tooltip {

position:absolute; 
top:15px; 
right:50px; 
z-index:5; 
overflow: hidden; 
line-height: 14px;
font-weight: bold;
font-family: Verdana;
font-size: 12px;
cursor: help;

}
.tooltip:link    { text-decoration: none;	width:45px; height:50px; color: #EEE; background-color: #FFFFFF; border: 2px none #FFFFFF; }
.tooltip:visited { text-decoration: none;	width:45px; height:50px; color: #EEE; background-color: #FFFFFF; border: 2px none #FFFFFF; }
.tooltip:hover   { text-decoration: none;	width:420px; height:550px; color: black;  background-color: #FFFFFF; border: 3px dotted #AA0000; }
.tooltip:active  { text-decoration: none;	width:420px; height:550px; color: black; background-color: #FFFFFF; border: 3px dotted #AA0000; }

.tip {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #AA0000;
	margin-bottom: 30px;
}

li {
	margin-bottom: 20px;
}

