﻿


body {background-color: #6c849c; text-align: center;}
div {margin-left: auto; margin-right: auto; text-align:left; width: 333px; }


img { cursor: default;  }
img { border:5px solid #000000; width: 150px; height: 125px; }


 
p {font-family:arial , helvetica; font-size:24px ; 
color: #ffff00; background-color: #006189; 
 padding-left: 20px; width: 300px; }

a {text-decoration: none; }


a.tooltip {
	position: relative;
	text-decoration: none;
	color: blue;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	position: absolute;  z-index: 1;
	
    font-size: 28px;
	font-family:arial , helvetica;
	left: 0px;
	display: inline-block;
	width: 144px;
	color: black;
	background-color: #00FF00;
	border: 1px solid black;
	padding: 5px;
}