body { 
	font-family:verdana, helvetica, sans-serif;
	background-color : #CCCCFF 
}

a:visited {
	color : #416DFF; text-decoration : none; 
}

a:link {
	color : #416DFF; text-decoration : none;
}

a:hover {
	color : Red; text-decoration : underline; 
}

a:active {
	color : Red; text-decoration : underline; 
}

.abstract {
	font-size       : small ;
	font-style      : italic ;
	text-decoration : none ;
	cursor          : text;
	position        : relative ;
	left            : 0px ;
	top             : 0px ;
	width           : 100px ;
	border          : 0px none ;
	padding         : 0px ;
	margin          : 0px ;
	display         : none;
}

h1 { color : #FF1B00; background: #CCCCEB; }
h2 { color : #FF1B00; background: #CCCCEB; }
h3 { color : #FF1B00; background: #CCCCEB; }
h4 { color : #FF1B00; background: #CCCCEB; }


