body {
  color: #000;
  background-color: #fff;
  text-align: left;
  font: 78.5% "Trebuchet MS",Georgia,arial;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;

}

form {
			width: 28em;
			background-color: #eee;
			border: 1px solid #ccc;
			padding: 1em;
		}

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

a:visited {
			color: #07a;
		}

a:hover {
			color: #c30;
		}

h1 { font-size: 1.8em; line-height: 1.11111em; padding: 0 10px; color: #999; text-transform: uppercase;}
h3 { font-size: 1.23077em; line-height: 1.25em; color: #999; text-transform: uppercase; }

.h3 { color:#000;}

.copyright {
	font-size: 11px;
}


