html{
	background: #fff;
	border: 0;
	color: #2e414f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 5;
	padding: 0;
}

body{
	background: rgb(0,0,0);
	background-image: radial-gradient( circle farthest-corner at 50.7% 54%,  rgba(204,254,152,1) 0%, rgba(229,253,190,1) 92.4% );
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px auto;
	padding: 5px;
	position: relative;
	width: 85%;
}

main { 
	max-width: 680px; 
	margin-left: auto;
	margin-right: auto; 
	line-height: 150%;
	font-size: 120%;
}

a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
    color: #fc75fd;
	font-weight: bold;
    text-decoration: none; 

}

h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #f90b6d;
  font-family: "Times New Roman", Times, serif;
  font-weight:normal;
  letter-spacing:1px;
}
h1 span {
	color: #ccc;
}

h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #f90b6d;
  font-family: "Times New Roman", Times, serif;
  font-weight:normal;
  letter-spacing:2px;
}
h2.inverse span {
  display: inline-block; 
  background-color: #ccc;
  padding: 4px 10px 1px;
  margin:4px 0;
}
h2.inverse span:nth-child(3) {
  background-color: #f90b6d;
}

h4 {
		font-family: "Open Sans", sans-serif;
		font-weight: normal;
		font-size: 13px;
		color: #444; }

h5 {
		color: #BF4184;
		font-family: "Open Sans", sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
	}

