* { box-sizing: border-box; }
A:visited {color: #4444ff; font-family: Arial; background: #f0fff0; text-decoration: none;}
A:link {color: #0000aa; font-family: Arial; Font-weight:bold; background: #e0e0ff;} 
A:active {color: #aa0000; font-family: Arial; Font-weight:bold; background: #f0fff0;} 
body { background: #ffffe0; top-padding: 0; top-border: 0; top-margin: 0; box-sizing: border-box; } 
H1 { font-family:Arial; font-style:normal;  font-size: 24pt; color:#440088; }
H2 { font-family:Arial; font-style:normal;  font-size: 18pt; color:#440088; }
H3 { font-family:Arial; font-style:normal;  font-size: 14.5pt; color:#440088; }
H4 { font-family:Arial; font-style:normal;  font-size: 12pt; color:#440088; }
H5 { font-family:Arial; font-style:normal;  font-size: 10pt; font-weight: bold; color:#440088; }
H6 { font-family:Arial; font-style:italic; font-size: 12pt; font-weight: bold; color:#440088; }
B {font-family: Arial; font-weight: bold; color: #440088; }
I { font-family: Arial; font-style: italic; font-size: 12pt;  font-weight: bold; color: #440088;}
P { font-family: Arial; font-style:normal; font-size:12pt; color:#440088; }
.TextBox { font-family: Arial; font-style:normal; color:#008844; border-style:solid; border-width:thin; border-color:#008888; }
.ArialTextBox { font-family: Arial; font-style:normal; color:#004488; border-style:solid; background:#e0e0ff; border-width:thin; border-color:#000088; }
.Script { font-family:Script; font-style:normal; font-size:24pt; font-weight:bold; color:#444488; }
.Arial { font-family:Arial; font-style:normal; font-size:12pt; color:#440088; }
.ArialHead { font-family:Arial Black; font-style:normal; font-size: 14pt; color:#440088 }
.Roman { font-family:Times New Roman; font-style:normal; font-size:12pt; color:#008800; }
.RomanHead { font-family:Times New Roman; font-style:normal; font-size:14pt; font-weight: bold; color:#008800; }
.Tabular { font-family: Arial; font-style: normal; color: #440088; background: #ffffdd; }
.TabularHead { font-family: Arial; font-style: normal; font-size: 14pt; font-weight: bold; color: #440088; background: #ffffbb; text-align:center;}
.Mnu { font-family: Arial; font-size: 9pt; color: #440088 }
.header { text-align: center; background: #cccc77; height: 60pt;
    display: flex;
    align-items: center;
    justify-content: center;
top-padding: 0; top-border: 0; top-margin: 0; }
.column { float: left; }
.column.left { width: 20%; }
.column.right { width: 80%; }
BLOCKQUOTE {font-family: Arial Black; font-weight: normal; font-style: italic; font-size: 12pt; }
CITE { font-family:Arial; font-style:italic; font-size: 9pt; font-weight: bold; color:#008800; }
HR  {width:90%; Align: center; noshade: 0;}
LI { list-style-image: url(GreyRing.gif); }
html, body {
    height: 100%;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}



