@charset "utf-8";
body{
margin:0;
padding:2em;
width: 50em;
}

.error_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0000CC;
}
.err_solution {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}

