body 	{
		font-family: verdana;
		}
.container {font-size: x-small;
		display: block;
		margin: auto;}
.header	{
		text-align: center;
		border-top: 40px solid #3399FF;
		text-align: center;
		}
.header h1 {
		font-size: xx-large;
		font-family: arial;
		}
.header a img {
		border: 0;
		vertical-align: middle;
		margin-right: 1em;
		}
.header h1 a {
		color: #3399FF;
		text-decoration: none;
		}
.header h1 a.visited {
		color: #3399FF;
		text-decoration: none;
		}
.header h1 a sup {
		color: #000099;
		font-size: large;}
#form	{background-color: #000099;
		font-size: x-small;
		font-weight: bold;
		color: white;
		padding: 10px;
		text-align: center;
		}
#about {padding: 10px 20% 0px 20%;} 
#about dt {font-weight: bold;
		margin-top: 10px;}
#form .checkbox {display: inline;
		margin: 0;
		margin-right: 20px;}
#form div.pair {display: inline;
		}
#form #topic {display: inline;}
#form #view {display: inline;}

div#previews ul#previewlist {
width: 890px;
margin: auto;
display: block;}

div#previews ul#previewlist li {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	width: 420px;
	height: 350px;
	background-color: #88DDFF;
	border: 1px solid #000099;
	float: left;
	text-align: center;
	overflow: hidden;
	}

div#previews ul#previewlist li img {
	display: block;
	margin: auto;}

@media only screen and (max-device-width: 480px) {
.body {
	font-family: helvetica;
	overflow: hidden;
}
.container {
	width: 100%;
	float: left;
	}
.header {
	border-top: none;
	background: #6D84A2 url(iphone-header.png) repeat-x scroll 0 0;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 10px solid #6D84A2;
	}
.header h1 {
	font-size: 40pt;
	padding: 10px;
	}
.header h1 a {
	color: #FFFFFF;
	}
.header h1 a:visited {
	color: #FFFFFF;
	}
.header h1 sup {
	display: none;
	}
.header a img {
	display: none;
	}
#form {
	color: #000000;
	font-size: 30pt;
	background-color: #FFFFFF;
	width: 60%;
	display: block;
	margin: auto;}
#form #checkboxes {
	font-size: 40px;}
.checkbox {width: 4em;
	height: 4em;
	float: right;}
#form div.pair {display: block;
	width: 100%;
	clear: both;}
#form #checkboxes .label {float: left;
	margin-right: 0;}
#form div#topic	{display: block;
	padding: 10px;
	clear: both;}
#form div#topic .label	{margin: 0;}
#form div#topic input {
	display: block;
	margin: auto;
	font-size: 30pt;
	border: 3px solid black;}
#form div#view	{display: block;
	padding: 10px;}
#form div#view select {display: block;
	margin: auto;
	font-size: 30pt;
	width: 100%;}
#form input#submit	{display: block;
	margin: auto;
	font-size: 30pt;}
#about	{display: none;}	
}
