﻿

html {
	background-color: rgba(249, 249, 249, .3);
	padding: 30px 40px;
	font-family: Arial, "MS Reference Sans Serif", sans-serif;
	font-size: 11pt;
}

BODY {
	max-width: 920px;
	margin: 0 auto;
}

/** === LINKS === **/
a {
	text-decoration: none;
	color: #326891;
	margin-bottom: 5px;
}

A:link, A:visited {border-bottom: 1px solid #326891;}
A:hover, A:active {
	border-bottom: none;
	padding-bottom: 1px;
	color: #e23923;
}

/** === END OF LINKS === **/

/** === HEADINGS === **/

h1, h2 {
	color: #000080;
	font-family: "Segoe UI Semilight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
h1 {
	margin: 12px 0 26px;
	font-size: 32px;
}

h2 {
	font-size: 24px;
	line-height: 1.7;
	margin-top: 20px;
	margin-bottom: 16px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000080;
}

/** === END OF HEADINGS === **/


div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.7;
}

div a {padding-right: 5px;}

/** === CONTENT === **/

p, .introParagraph {
	line-height: 1.5;
}

span.inlineBold {font-weight: bold;}

/** === END OF CONTENT === **/

/** === TABLE === **/

table {
	width: 90%;
	table-layout: auto;
	margin: 20px auto;
}

td {
	border-bottom: Solid 1px #000080;
	text-align: right;
	padding: 3px 4px 6px 0;
}

tr:first-child td {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .6px;
}

td:last-child {
	text-align: left;
	padding-left: 4px;
}

/** === END OF TABLE === **/
