   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      font-family: Arial;
      font-family: "Century Gothic", "Trebuchet MS", Arial;
   }
	
	.redText{
		color:red;
		font-weight: bold;
	}
.smallText { font-size: 0.75em; }
.wideText {
	letter-spacing: .2em;
}

.addressText{
	color: white;
	font-size: .85em;
	font-weight: bold;
}