/* global stuff */
* { margin: 0; padding: 0; font-family: Verdana, "liberation sans", sans-serif; } /*'Bitstream Vera Sans', */
html { font-size: 80%; }
body { font-size: 1em; text-align: center; background: #757D88; padding-bottom: 20px; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
pre { font-family: monospace; font-size: 1.2em; }
code { font-family: monospace; font-size: 1.2em; background-color: #f2f2f2; padding: 0 5px 0 5px; }

a { color: #105289; text-decoration: none; outline: 0; }
a:visited { color: #45647b }
img { border: 0; vertical-align: middle; }
a:hover { color: #105289; text-decoration: underline; }
ul { list-style-type: square; }
ol, ul { list-style-position: inside; }
li { margin-left: 1em; }
dd { margin-left: 25px; }

.clear { clear: left; display: block; }
.center { margin: 0 auto; text-align: center; }
input[type='button'], input[type='submit'] { cursor: pointer; }
.hide { display: none; }