body
{
	font-family: times new roman;
	font-size: 20px;
	color: black;
	margin: 16px auto 32px auto;
	background-color: white;
}

div.content
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
	
p
{
	line-height: 25px;
	margin-top: 17px;
	margin-bottom: 17px;
}

a
{
	color: #0040D0;
	text-decoration: none;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

h1
{
	font-family: times new roman;
	font-size: 48px;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

h1.title
{
	font-family: Trebuchet MS, arial;
	font-size: 40px;
}

h2
{
	font-family: Trebuchet MS, arial;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

div.header
{
	magin-top: 8px;
	border-bottom: solid 2px #888;
}

div.header table tr td
{
	vertical-align: middle;
}

div.header table tr td img
{
	width: 120px;
}

div.header table tr td p
{
	font-size: 48px;
	padding-left: 20px;
	line-height: 32px;
}

div.header table tr td p span
{
	font-size: 24px;
}

div.header a
{
	color: black;
}

div.header a:hover
{
	text-decoration: none;
}

div.main
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #EEE;
}

div.footer
{
	color: #888;
	font-family: arial;
	font-size: 85%;
	text-align: center;
	border-top: solid 2px #888;
	padding: 8px 8px 0px 8px;
}

div.footer table
{
	margin-left: auto;
	margin-right: auto;
}

div.footer td
{
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px 50px 0px 0px;
	border: 0px;
}

div.footer td:last-child
{
	padding: 0px;
}

div.footer td p
{
	margin: 0px;
	padding-bottom: 12px;
}

div.box
{
	background-color: white;
	border-radius: 16px;
	padding: 4px 32px 16px 32px;
}

div.fgrid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	padding: 32px 12px 32px 12px;
}

div.bgrid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
	padding: 32px 12px 32px 12px;
}

@media (max-width: 768px)
{
	div.fgrid, div.bgrid
	{
		grid-template-columns: 1fr;
	}
}

div.fgrid div
{
	background-color: white;
	border-radius: 16px;
	padding: 12px;
}

div.fgrid div h2
{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

div.fgrid div h2 span
{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 10px;
	text-underline-offset: 0px;
	text-decoration-skip-ink: none;
}

div.fgrid div li
{
	padding: 5px 0px 5px 0px;
}

div.bgrid div
{
	text-align: center;
}

div.button
{
	font-family: Trebuchet MS, arial;
	font-size: 24px;
	min-width: 180px;
	text-align: center;
	display: inline-block;
	border: solid 1px #555;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 2px 8px 2px;
	background-color: #7C9;
	background: linear-gradient(to bottom, #8DA, #5C8);
}

div.button a
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 16px 5px 16px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

div.button:hover
{
	box-shadow: 0px 1px 3px 1px #888;
}

div.trial
{
	background-color: #EC8;
	background: linear-gradient(to bottom, #FDA, #EC7);
}

div.login
{
	background-color: #5BF;
	background: linear-gradient(to bottom, #6CF, #5BE);
}

img.example
{
	border: 0px;
	padding: 16px;
}
