body {
    font-family: Arial, Helvetica, sans-serif;
    background: #666666;
}

#content {
    width: 760px;
    margin: 10px auto;
    padding: 5px 20px;
    background: #FFFFFF;
    border: 1px solid #000000;
}

.center { text-align: center; }

#imageList { 
	margin: 0;
	padding: 0;
	display: none;
}

#imageList li {
	padding: 0 0.25em;
	display: inline;
}

#imageList a {
	color: blue;
	text-decoration: underline;
}

#imageList a:hover {
	color: red;
}

#btnSpeed { 
    vertical-align: top; 
}