body {
  height: 100%;
  margin: 0;
  padding: 0;
	background-color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

#download {
	position:relative;
	padding:50px;
	font-family:Helvetica, sans-serif, Arial; 
	font-size:12px;
	line-height:14px; 
	color:#FFFFFF; 
	text-decoration:none; 
}

.text {
	font-family:Helvetica, sans-serif, Arial; 
	font-size:12px;
	line-height:14px; 
	color:#FFFFFF; 
	text-decoration:none; 
}

