body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	color: #022F55;
	padding: 0px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
a{
	color: #022F55;
	background-color: #D5DCEF;
	cursor: crosshair;
	text-decoration: none;
	font-size: 19px;
	font-variant: small-caps;
	
}

a:hover {
    color: #6C000A;
	background-color: #FCD9C5;

}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;

}

