
/**
 * HTML Selectors
 */

a {
  color: #3c96cb;
  outline: 0;
  text-decoration: underline;
}

html {
  background-color: #000;
}

body {
  color: #666;
  background: #000 url('/images/texture-bkg.jpg') center top no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Pro', Myriad, Verdana, Arial, sans-serif;
}

h1 {
  color: #3399cc;
  font-size: 29px;
  font-weight: bold;
  margin: 16px 0;
}

h2 {
  color: #85c2e0;
  font-size: 17px;
  font-weight: normal;
  margin: -6px 0 16px 0;
}

h3 {
  color: #3c96cb;
  font-size: 16px;
  margin: 15px 0;
}

h3 a,
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
  text-decoration: none;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ededed;
}

img {
  border: 0;
}

p {
  margin: 16px 0;
}

th {
  text-align: left;
}


/**
 * Wrapper
 */

#wrapper {

}
