body
{
  color: #0066aa; 
  font-family: Arial; 
  font-size: 11pt; 
  font-weight: bold;
  background-color: #aaaaaa;
  min-height: 100vh;
  margin: 0;
  position: relative;
}

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px;
  /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

table
{ 
	color: #0066aa;
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: normal;
}

a:hover
{
	text-decoration: underline overline;
}

a:link
{ 
	color: #0055dd;
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}

a:active
{ 
	color: #0000ff; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}

a:visited
{ 
	color: #555555; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: none;
}

H1
{ 
	color: #0066aa; 
	font-family: Arial; 
	font-size: 22pt; 
	font-weight: bold;
}

H2
{
	color: #0066aa; 
	font-family: Arial; 
	font-size: 16pt;
	font-weight: bold;
}

LI
{
	color: #0066aa; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
}
