a {
  text-decoration : none;
  color : #000000;
}
a:hover {
	text-decoration: underline;
  color : #000000;	  
}
body,html {
  margin : 0;
  padding : 0;
  border-width: 0px;
  font-size : 11px;
  font-family : Tahoma, Verdana, sans-serif;
  color : black;
  background-color : white;
}
