﻿body
{
	font-family:Arial, Helvetica, sans-serif ;
	color: #fff;
	background: #000;
	text-align:justify;
		margin-left: 5%;	
	margin-right: 5%;
	min-width: 600px;
	max-width: 1300px;
	}
	
p {
	text-align: justify;
	color: #fff;
	font-family:"Courier New", Courier, monospace;
}

fieldset {
	color:black;
}

h1 {
	text-align: center;
	color: #00ff00;
	font-weight:bold;
	
}

h2 {
	text-align: center;
	color: #009900;
	font-weight:bold;
}

h3 {
	text-align: right;
	color: #333;
	text-decoration: bold;
	text-decoration: underline;
}

.footnote_hr {
	width:33%;
	text-align:center;
	color:#555;
	margin-left:50;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00ff00;
}

li {
	margin-left: 30px;
	font-family:"Courier New", Courier, monospace;
	}

.aligncentre {
	text-align: center;
}

.header {
    display: block;
    margin-left: auto;
    margin-right: auto;
   }

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

fieldset {
	border: 1px solid #00ff00;
}

#menu{
 text-decoration: none;
 font-family:"Courier New", Courier, monospace;}

/* unvisited link */
a:link {
    color: #00ff00;
    font-weight:bold;
}

/* visited link */
a:visited {
    color: #0000ff;
    font-weight:bold;

}

/* mouse over link */
a:hover {
    color: #ff0000;
    font-weight:bold;
}

/* selected link */
a:active {
    color: #0000ff;
    font-weight:bold;
}

table {
    border:             0px solid black;
    padding:            5px;
    margin:             5px;
    color: 000;
    margin-top: 21.5px;
	margin-left: 21.75px;
	line-height: 21.75px;

}