body{
    background-color:#fff;
    font-size:20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width:950px;
}

div{
    padding-top:8px;
    padding-bottom:8px;
}

p{
    padding:0px;
    margin:0px;
    text-align:center;
    font-weight: bold;
}

a:link {
    color:green;
}
a:visited {
    color:grey;
}
a:hover {
    color:grey;
}
a:active {
    color:green;
}

a{
    color:green;
    text-decoration:none;
}

.u{
    text-decoration:underline;
}
#top1 {
    text-align:center;
    font-weight:bold;
	margin-bottom:1.5em;
}

#text {
	width:650px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-size:28px;
	color:green;
}

#text2 {
	width:650px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

.button{
	outline-color: green;
	color: green;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 5px;
	background-color: lightgrey;
	width:400px;
	font-size: 1.5em;
}