body {
	margin: 0%;
	padding:  0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background: white;
     }

a {
    display: block;
    color: #000; 
    text-decoration: none;
    }

a:hover {
    position: relative;
    color: #FFF;
    background: #608090; 
    text-decoration: none;
    }
