body{	background-color: black;}div.page{	text-align: center;}div#inner{	padding-top: 20px;	margin: auto;	width:600px;	text-align: center;	background-color: white;	border-style: groove;	border-width: 5px;	border-color: red;}p{	color: red;}form input{	font-family: Arial, Helvetica, sans-serif;	color: black;}form textarea{	width: 400px;	padding: 10px 10px 10px 10px;	font-family: Arial, Helvetica, sans-serif;	color: black;}form fieldset{	border: none;}img{	border: none;}.footer{	margin-top: 10px;}