.banner
	{
	background-color:	rgb(32, 43, 153);
	color:			rgb(255, 0, 0);
	}
.certificates
	{
	text-align:		center;
	}
.monospace
	{
	font-family:		monospace;
	}
.price
	{
	font-weight:		bold;
	}
body
	{
	background-color:	rgb(255, 255, 255);
	color:			rgb(0, 0, 0);
	}
body > *
	{
	width:			100%;
	}
em
	{
	background-color:	transparent;
	color:			rgb(255, 0, 0);
	}
td, th
	{
	margin-left:		1em;
	margin-right:		1em;
	}