/* Main */
body {
	margin: 0 auto;
	font-family: sans-serif;
	line-height: 1.4em;
}

h1 {
	color: blue;
	text-align:center;
}

#container {
	padding: 0 10% 0 10%;
}
a {
	font-weight: bold;
	color: #ff0000;
}