P  {
	font-family : Arial;
	font-size : 10;
}

H1  {
	font-family : Arial;
	font-size : 18;
}

H2  {
	font-family : Arial;
	font-size : 16;
}

H3  {
	font-family : Arial;
	font-size : 14;
}

A  {
	color : #0000ff;
	font-family : Arial;
	text-decoration : none;
}

A:Visited  {
	color : #0000ff;
	font-family : Arial;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	color : #ff0000;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	color : #ff0000;
	text-decoration : none;
	font-weight:bold;
}

BODY  {
	font-family : Arial;
	font-size : 12;
	scrollbar-base-color : #85e0e4;
	scrollbar-dark-shadow-color : #85e0e4;
	scrollbar-face-color : #85e0e4;
	scrollbar-highlight-color : #85e0e4;
	scrollbar-shadow-color : #85e0e4;
}

text  {
	font-family : Arial;
	font-size : 14;
}

cimtext { 
	color: #ffffff;
	margin-left: 10px;
	font-size: 36px;
	font-family: Arial Black;
}
cimhighlight { 
	margin-top: -47px;
	margin-left: 8px;
	color: #ffff00;
	font-size: 36px;
	font-family: Arial Black;
}
spanstyle {
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:10pt;
	font-family:Verdana;
    font-weight:bold;
	color:#339933;
}

table {
	font-family : Arial;
	font-size : 12;
}

#postit{
position:absolute;
width:250;
padding:5px;
background-color:lightyellow;
border:1px solid black;
visibility:hidden;
z-index:100;
cursor:hand;
}