P  {}
H1  {}
H2  {}
H3  {}
A  {}
A:Visited  {
	color : #800080;
}
A:Active  {
	color : #0000FF;
}
A:Hover  {
	color : #FF0000;
}
A.bold:Hover {color : #FF0000; font-weight:bold;}
BODY  {
	background-color : #FFFFEE;
}
A.spec:link {color: #000000; text-decoration:none; cursor:text;}
A.spec:visited {color: #000000; text-decoration:none; cursor:text;}
A.spec:active {color: #000000; text-decoration:none; cursor:text;}
A.spec:hover {color: #000000; text-decoration:none; cursor:text;}

A.specnd {text-decoration:none;}
A.specnd:hover {text-decoration:underline;}
