ul
{
    list-style-type: none;
}
li a {
    color: black;
	text-decoration: none ;
}
a {
    color: black;
	text-decoration: none ;
}
.red {
	background: red;
  font-family: monospace;
}
.green {
	background: green;
  font-family: monospace;
}
.yellow {
	background: yellow;
  font-family: monospace;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	body {
		font-size: 50px;
	}
}
