a            { text-decoration: none }
a:hover      { font-weight: bold; }
a:link	     {	color: rgb(102,51,204); }
a:visited    {  color: rgb(128,128,128); } 
a:active     {  color: rgb(255,0,0);  }

body         { 
		font-family: Verdana, Arial, Helvetica 
		background-color: rgb(255,255,255);
		color: rgb(102,51,204);
             }