body {
  text-align: center;
  font-family: serif;
  color: gray;
  background-color: #CCCCFF;
}

h1 {
	font-weight:bold;
	font-size:2em;
	color:silver;
}

h2 {
	font-weight:bold;
	font-size:1em;
	color:rgb(255, 102, 0);
	text-align: left;
}

h3 {
	font-weight:bold;
	color:rgb(255, 102, 0);
}

h4 {
	color:rgb(255, 102, 0);
}

h5 {
	color:rgb(255, 102, 0);
}

h6 {
	color:rgb(255, 102, 0);
}

h4.orange {
	font-weight:bold;
	color:rgb(255, 102, 0);
	text-align: left;
}

p {
	color: lightgray;
}

b {
	color: rgb(255, 102, 0);
}

li {
	color: lightgreen;
}

table.maintab {
  width: 850px;
  height: 1000px;
  border-style: none;
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  background-color: #001010;
  /*background-image: url('../images/listectrix.png');*/
  background-repeat: no-repeat;
}

td.heading {
  height: 8em;
  padding-left: 150px;
  padding-top: 30px;
  text-align: left;
  color:#000077;
  background-color: #001010;
  background-image: url('../images/listectrix.png');
  background-repeat: no-repeat;
}

td.menu {
  height: 2em;
  padding-left: 50pt;
  font-size:9pt;
  border-top:thin solid #B4CBDF;
  border-bottom:thin solid #B4CBDF;
  vertical-align: middle;
  background-color: darkred; 
  text-align: left;
}

td.content {
  text-align: justify;
  width: 70%;
  padding-left: 20pt;
  padding-right: 20pt;
  border-right:solid #555555;
  vertical-align: text-top;
}

td.sidebar {
  width: 15em;
  padding-left: 20pt; 
  padding-right: 10pt;
  vertical-align: text-top;
  background-color: #001010;
}

td {
  vertical-align: text-top;
}

tr.sidesquare {
  padding-left: 20pt;
  background-color: #003030; 
}

hr {
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 3px;
}

a:link {
  text-decoration: none;
  color: dodgerblue;
}

a:visited {
  text-decoration: none;
  color: dodgerblue;
}

a:hover {
  text-decoration: none;
  color: red;
}

a.normalbold:link {
  text-decoration: none;
}

a.normalbold:visited {
  text-decoration: none;
}

a.normalbold:hover {
  text-decoration: none;
}

a.heavy:link {
  text-decoration: none;
  color: rgb(255, 102, 0);
}

a.heavy:visited {
  text-decoration: none;
  color: rgb(255, 102, 0);
}

a.heavy:hover {
  text-decoration: none;
  color: red;
}

a.light:link {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a.light:visited {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a.light:hover {
  text-decoration: none;
  font-weight: bold;
  color: yellow;
}

a.compact:link {
  text-decoration: none;
  font-weight: bold;
  color: lightgreen;
}

a.compact:visited {
  text-decoration: none;
  font-weight: bold;
  color: lightgreen;
}

a.compact:hover {
  text-decoration: none;
  font-weight: bold;
  color: red;
}
