body
{
  background: black;
  color: white;
  font-family: "Times New Roman,Times";
  font-size: "16px";
}

A:link
{
  color: #7FE021;
  background: transparent;
  text-decoration: none;
}

A:visited
{
  color: #7FE021;
  background: transparent;
  text-decoration: none;
}

A:hover
{
  color: white;
  background: transparent;
  text-decoration: none;
}

A:active
{
  color: #7FE021;
  background: transparent;
  text-decoration: none;
}

h1
{
  color: white;
  font-family: "Times New Roman,Times";
  font-size: "26px";  
}

h2
{
  color: white;
  font-family: "Times New Roman,Times";
  font-size: "22px";  
}

h3
{
  color: white;
  font-family: "Times New Roman,Times";
  font-size: "18px";  
}

h4
{
  color: white;
  font-family: "Times New Roman,Times";
  font-size: "16px";  
}









th
{
  font-family: "Times New Roman,Times";
  font-size: "17px";  
  background: #DDDDDD;
}

td
{
  font-family: "Times New Roman,Times";
  font-size: "16px";  
}

.smallprint
{
  font-family: "Times New Roman,Times";
  font-size: "12px";
}

.smallerprint
{
  font-family: "Times New Roman,Times";
  font-size: "11px";
}

.smallestprint
{
  font-family: "Times New Roman,Times";
  font-size: "10px";
}

.attention
{
  font-family: "Times New Roman,Times";
  background: #FF9595 ! important;
  border-color: red;
  color: white;
}

.tableheader
{
  // Note: should match th rule!
  font-family: "Times New Roman,Times";
  background: #DDDDDD;
}

.tabresult
{
  font-family: "Times New Roman,Times";
  background: #F6F6F6;
  text-align: right;
  vertical-align: top;
}

.prose
{
  font-family: "Times New Roman,Times";
  font-size: 15px;
  text-align: justify;
  text-justify: inter-word;
}

