/*a, a:visited {
	color:#ff0000;
	border:1px solid #ccc;
	padding:2px 4px;
	margin:0 5px 0 0;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#8AB9FF;
}*/

div#container {
    margin:0 auto;
    text-align:left;
    text-align:center;
}

#my_tt {
    position:absolute;
    width:200px;
    left:-300px;
    visibility:hidden;
    z-index:100;
    background:#fff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 10px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #03C;
    border-right-color: #03C;
    border-bottom-color: #03C;
    border-left-color: #03C;
}

#my_tt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin:5px;
}

