<!--
         a       {
	text-decoration:none;
}
         a:hover {
	text-decoration:underline; color:#ffff33;
}
 -->


a:link {
	color: #ffffff; 
}
a:visited {
	color: #ffffff; 
}
a:hover { color: ffff33; }
a:active {
	color: #ffff00; 
}


body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}
