

body, html { 
       background-color: powderblue;
       margin:0;
       padding:0;
}

a:link {
 text-decoration: none;
}


a:hover {
 text-decoration: underline;
}


