body {
 background: #000000; 
 color: #FFFFFF; 
 font-family: MS San Serif, Helvetica, Arial;
 /* margin: 0px;*/
}

h1 {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px;
}

h2 {
  color: #00008b;
  background: transparent;
  font-weight: bold
}

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
}

blockquote {
  margin-left: 8%;
  margin-right: 8%;
  border: thin none #dc143c
}


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
}

DIV {
	align: center;
}

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 
}


INPUT, TEXTAREA, SELECT { 
font-family: Tahoma, Georgia, "MS Serif", serif; 
padding: 1px; /* a bit of breathing room*/ 
letter-spacing: 1pt;
font-weight: bold;
font-size: 12px; color: #000000;/* The text in white*/ 
/*background-color: #Efffff;*/ 
border: solid 1px #000005;/* and a red border*/ 
}

.indent {
	text-indent: 2em;
}

p {
	text-indent: 1em;
}
.small {
	background-color: #000066;
    font-size: 12px}
.red {
color:#FF0000
}