
.ab {
	text-align: left;
	
	text-rendering: optimizeLegibility;
	
	color: #fff;



	
}

.ab ul{
	list-style-position: outside;
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
}



h1 {
	font-size: 1.2em;
	font-weight: 400;
	font-variant: normal;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	margin-bottom: 30px;
	letter-spacing: 1px;
}


.ab p {
  line-height: 1.5em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  font-weight: 400;
}

.ab a, 
.ab a:visited, 
.ab a:active {
	text-decoration: none;
	color: #fff;
}

.ab a:hover{
	text-decoration: underline;
	color: #fff;
}


#closebottom {
	position: absolute;
	bottom: 0px;
  	left:50%;
  	margin-left: -18px;
  	margin-bottom: 9px;
  	display: none;
	}	

#closetop {
	position: absolute;
	left:50%;
	top: 15px;
	display: none;
	width: 37px;
	height: 37px;
	margin: 0 -18px;
	}

#clear {
	clear: both;
}	
