html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

a, a:link, a:visited {
  color: #008;
  text-decoration: none;
  outline: none;
  border-style: none;
}

a:hover, a.hover {
  text-decoration: underline;
}

/* highlight accent/key letters */
span.key {
    background: none repeat scroll 0 0 yellow;
    border: 1px solid #666;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 2px;
    padding: 0 2px;
	line-height: 22px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

form, fieldset {
  margin: 0; padding: 0;
}

#page {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#header {
  color: #fff;
  background-color: #000;
  margin: 0;
  padding: 0;
}

#header {
  background-image: url('images/flag_h_15.png');
  background-repeat: repeat-y;
  background-position: 0 0;
  border-bottom: 1px solid black;
}

#footer {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: .9em;
}

#footer img.flag {
  position: relative;
  top: 3px;
}

#help {
  margin: 1em 0;
  padding: 1.5em;
  border: 1px solid #d5d5d5;
}
#help p {
  margin: 0;
}
#help ul {
  margin: 0.5em 0;
}

#paper {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 1012px;
  height: 600px;
  font-size: 1.3em;
  font-weight: 300;
  overflow: auto;
  padding: 5px;
}

#powered {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.75em 0;
  padding: 0 1em;
  color: white;
}

h1.logo {
  font-size: 3em;
  font-weight: bold;
  margin: 0 1em;
  padding: 0.5em 0;
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a:hover, a:active, button.link:hover, button.link:active {
  color: #00f;
}
