body{
	background:#ffffff;
	margin-top:10px;
	margin-right:0px;
}
A { text-decoration:none}
A:link { color: blue }
A:visited{ color: purple }
A:hover { color: red; text-decoration: underline  }
A:active{ color : red }
