@charset "utf-8";
/* CSS Document */
body {
	background-color: #009999;
	}
h1 span {font-size:64px;}
#page, #amazon{ max-width: 800px; padding: 16px; margin:auto;}
body,td,th {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a {
	font-weight: bold;
}
img{ border:solid 2px gray;}
img:hover{ border:solid 2px white;}
.copyright{ font-size:12px;}

@media (max-width: 520px) {
  h1 span {
    font-size: 32px;
  }
}