body {	
	background-color:#000000;
	color:#3dc74e;
	font-family:Albertus Medium, Times New Roman, Arial, san-serif;
	font-size: 100%;
	}
h1 {
	text-align: center;
	}
h2 {
	text-align: center;
	}
p {
	text-align: center;
	}
address {
	text-align: center;
	}
a.home {
	text-align: right;
	}
a:link {
	color: #3dc74e;
	}
a:visited{
	color:#3dc74e;
	}
a:active{
	color:#3dc74e;
	}
a:hover{
	color: red;
/*	color:#808080;	*/
	text-decoration: none;
	}

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

div.container {
  border: 2px dashed #333;
  background-color: #000;
  }

div.spacer {
  clear: both;
  }

iframe.map {
	text-align: center;
	}
