A:link, A:Visited {
--color:blue;
      text-decoration:none;

}

A:Hover {
    color:blue;
	text-decoration:underline;
	background-color:f3dad8;
}


#mouseoverstyle{
background-color:f3dad8;
}

#mouseoverstyle a{
color:white;
text-decoration:none;
}