h1 {
	font-size: 100px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 50px;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	background-color: #FF0000;
	margin:0px;
}
h4 {
	font-size: 30px;
	text-decoration: none;
}
p {
	margin-top: 10px;
	margin: 0px;
}
