body {
	background-color: #2ECC40;
	margin-bottom:30px;	
}

footer {text-align:center; font-size:9pt; color: #555; margin-top:20px;}
footer hr {margin-bottom:15px;}

input[type=checkbox] {  
	/* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 5px;
  cursor:pointer;}