body{
	color:beige;
	background:#222;
	font-family:sans-serif;
	padding:20px;
	font-size:1.3em;
}

a{
	color:yellow;
}

a:Hover{
	color:white;
	text-decoration:none;
}

img{
	max-width:100%;
	height:auto;
}

#page{
	max-width:800px;
	margin:10px auto;
}

main{
	text-align:center;
}
