body{
	background-color: white;
	color: black;
}

a:link {
color: blue;
}
a:hover {
color: blue;
}

a {
text-decoration: none;
}
