@charset: "UTF-8";
/* Brave Browser does not work with the Courier font. The colors are not respected. */
	
body {
	color: #77000077;
	font-family: Helvetica;
}

h1 {
	color: blue;
	font-weight: bold;
}

p {
	font-style: italic;
}