
<!---
BODY{background-color: #FFF;
color: #000;
font-family: "Arial";}
--->
<!--

    a{
		COLOR: blue;
		TEXT-DECORATION: none;
	}		

a:link{		color: blue; text-decoration: none;}
a:visited{	color: blue; text-decoration: none;}
a:hover{	color: #999999; text-decoration: underline;}

<!---
a:hover{	color: #ffffcc; text-decoration: underline; background-color: #99cccc;}
--->

-->


<!--- to be used in any web document
<HEAD>
<TITLE>The default Link</TITLE>
<STYLE type="text/css">
<!--
++++BODY++{++background-color: #FFF;
+++++++++++++color: #000;
+++++++++++++font-family: "Arial";}

++++A:link+{+color: #00F; text-decoration: none;}
++++A:visited++{++color: #000; text-decoration: underline;}
++++A:hover++++{++color: #00F; text-decoration: underline;}
-->
</STYLE>
</HEAD>
--->