body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", verdana, helvetica, sans-serif;
	font-size: 12pt;
	color: #fced01;
	background-color: #000000;
	}

a:link {
	color : #629607;
	text-decoration : none;
      }
a:visited {
	color : #629607;
	text-decoration : none;
      }
a:active {
	color : #629607;
	text-decoration : none;
      }
a:hover {
	color : #d3ff85;
	text-decoration : underline;
      }

#navigation a:link {
	color : #000000;
	text-decoration : none;
      }
#navigation a:visited {
	color : #000000;
	text-decoration : none;
      }
#navigation a:active {
	color : #000000;
	text-decoration : none;
      }
#navigation a:hover {
	color : #ffffcc;
	text-decoration : none;
	background: #993333;
      }

#navigation {
	margin: 3px 0px 10px 0px;
	padding: 5px;
	font-family: "Times New Roman", verdana, helvetica, sans-serif;
        font-size: 13pt;
    text-align: center;
	}

#content {
	margin:0px 10px 10px 0px;
	padding:0px;
	font-size: 12pt;
	}

#smallcontent {
	margin:0px 10px 10px 0px;
	padding:0px;
	font-size: 10pt;
	}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", verdana, helvetica, sans-serif;
	font-size: 16pt;
	color: #960715;
	}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", verdana, helvetica, sans-serif;
	font-size:14pt;
	color:#960712;
    }