/*body {
 background: #000000; 
 color: #FFFFFF; 
 font-family: MS San Serif, Helvetica, Arial;
  margin: 5px;
}*/

h1 {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px;
}


h3 {
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h6 {
  color: black;
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

pre {
  margin-left: 10%;
  white-space: pre
}

a:link {
  color: white;
  background: transparent;
}

a:visited {
  color: white;
  background: transparent;
}

a:active {
  color: white;
  background: transparent;
}

a:hover {
  color: red;
  text-decoration: none;
  background: transparent;
}

HR { 
  color: #0000cc;
  height: 2px; 
  align: center;
  width:250px
}

IMG {
 vertical-align: middle;
 margin: 0px;
 border-width: 0;
}

.white {
  color: #FFFFFF;
}

#table {
 background: RGB(255,207,139); 
}

#black {
 background: #E4F0F1; 
}

#indent {
 text-indent: 2em 
}
.indent {
	text-indent: 2em;
}

.small {
	background-color: #000066;
    font-size: 12px}
