body {
    background-color: #000099;
}

h1 {
    color: white;
    text-align: center;
}
a {
    color: white;
}
a.white:link {color: white; }
a.white:active {color: white; }
a.white:visited {color: white; }
a.white:hover {color: white; }
p.normal {
    color: white;	
    font-size: 100%;
}
p.thick {
	color: white;
	font-size: 125%;
	font-weight: bold;
}
.info-table
{
    border-collapse: collapse;
}
.info-table td
{
    color: white;
}
.checkbox-grid li {
	color: white;
    display: block;
    float: left;
    width: 20%;
}
.parent {
  display: flex;
}
.colleft {
	color: white;
	-webkit-flex: 2 0 0;
	-flex: 2 0 0;
}
.colright {
	color: white;
	-webkit-flex: 1 0 0;
	-flex: 1 0 0;
}
.clear {
    clear: both;
}
.required:after {
	color: red;
	content: '*';
}
