@import url(import.css);

body {
margin: 0;
padding: 0;
background:  #c90;
color: #000;
}

a:link, a:visited{
color: #069;
background-color: inherit;
text-decoration: none;
}

a:hover {
color: #800;
background-color: inherit;
}

a:active {
color: #069;
background-color: inherit;
}