body {
	font-family: "courier new", monospace;
	color: #fff;
	background: #000;
	font-size: 40px;
}

a {
	text-decoration: underline;
	color: #ffff00;;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	color: #00f900;
}

img {
	max-width: 100%;
	height: auto;
 }

