body {
	background-color: black;
}
h1 {
	font-family: Arial;
	color: white;
	font-size: 36px;
}
p {
	font-family: Times New Roman;
	color: white;
	font-size: 16px;
}
font {
	font-family: Times New Roman;
	color: white;
	font-size: 16px;
}
a {
	text-decoration: none;
	font-family: Courier New;
	color: red;
}
v {
	text-decoration: none;
	font-family: Courier New;
	color: red;
}
a:link {
	color: red;
	font-family: Courier New;
	text-decoration: none;
}
v:link {
	color: red;
	font-family: Courier New;
	text-decoration: none;
}
a:hover {
	color: yellow;
	font-family: Courier New;
	text-decoration: none;
}
v:hover {
	color: yellow;
	font-family: Courier New;
	text-decoration: none;
}
