
body {
	font-family:arial;
	font-size:12px;
	text-align:center;
}

div#paragraph {
	width:100px;
	margin:0 auto;
	text-align:center
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	cursor:hand}
a:hover {
	color:#aaa;
	text-decoration:none;
}
.clear {
clear:both
}


/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	
}


#tooltip .tipBody {
	background-color:#E55B2C;
	border:#FF6600 solid 2px;
	padding-left:5px;
	text-align:center;
}


.bor
{
border:none;
}
.bor a:link
{
border:none;
}
.bor a:active
{
border:none;
}
.bor a:visited
{
border:none;
}
.bor a:hover
{
border:none;
}


