		body
		{
			font-family: arial;
		}
		
		a
		{
			color: blue;
			text-decoration: none;
		}
		
		div.main
		{
			background: #eee;
			width: 800px;
			min-height: 300px;
			padding: 25px;
			margin: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			line-height: 1.8;
			text-align: center;
		}
		
		p{
			font-weight: bold;
			font-size: 28px;
		}

		.linker {
		  background: none!important;
		  border: none;
		  padding: 0!important;
		  /*optional*/
		  font-family: arial, sans-serif;
		  /*input has OS specific font-family*/
		  color: #069;
		  text-decoration: underline;
		  cursor: pointer;
		}
		
	button{
		background-color:#AAA;
		border-radius:28px;
		border:1px solid #888;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:Arial;
		font-size:17px;
		padding:16px 31px;
		text-decoration:none;
		text-shadow:0px 1px 0px #777;
	}
	button:hover {
		background-color:#BBB;
	}
	button:active {
		position:relative;
		top:1px;
	}
	
	.r{
		background-color: #a63838;
	}
	
	.r:hover{
		background-color: #b74949;
	}
	
	.g{
		background-color: #54a337;
	}
	
	.g:hover{
		background-color: #65b448;
	}