@charset "UTF-8";



article {
	color: black;
	background-color: white;
	font-family: Arial;
	width: 600px;
	border: solid black 1px;
	text-align: center;
	font-size: 0.9em;
		
}

h1 {
	color: red;
	text-transform: uppercase;
	letter-spacing: 1em;
	
}

h3 {
	background-color: #ffff80;
	color: #5050ac;
	text-transform: uppercase;
	font-family: Arial;
	
}

.red {
	font-weight: bold;
	color: red;
}

.gross {
	font-size: 1.2em;
	
}