.strikeout { text-decoration: line-through;  }

body { 
  background-color:#999999;
  margin: 0%;
  padding: 0%;
}

h4 { 
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 117%;
  font-weight: bolder;
}

p { text-indent: 1.2em; }

table { 
  padding: 2; 
  vertical-align:top;
/*  margin-bottom: 20px; */
  cellpadding:0;
}

td { 
  vertical-align:top;
  text-align:left; 
}
tr td.cancel { text-decoration: line-through; }
tr td span.cancel {
  font-weight: medium;
  font-style: oblique;
  text-decoration: line-through;
}

td.sidebar a:link { color:white; }
td.sidebar a:visited { color:gray; }
td.sidebar a:active { color:red; }

#masthead { 
  padding: 0.5em;
  text-align: center;
  background-color: black;
  color: white;
}

.sidebar { 
  width:20%;
  background-color:#990066;
  color:white;
}

#footer { 
  clear: both;
}


td.central { 
  width:60%;
  float: none;
  border-color: black;
  background-color:#999999;
}


td.central table { 
  width:100%;
  border-width: thin;
/*  border-style: outset; */
  border-style: none solid solid none;
}

td.central table tr td:first-child { 
  width:40%;
}

td.central table tr td { 
  width:60%;
  border-width: thin;
/*  border-style: inset; */
  border-style: solid none none solid;
}


span.loc { 
  font-style:italic; 
}

table.ministers { 
  width: 100%;
  border-width: thin;
  border-style: none solid solid none;
  border-color: black;
}

table.ministers td {
  border-width: thin;
  border-style: solid none none solid;
  border-color: black;
}

table.ministers td span { 
  color: blue;
}

table.ministers td { 
/*  width: 50%; */
}

