
/**
 * HTML Selectors
 */

a {
  color: #0063a2;
}

a:hover {
  color: #0063a2;
}

h1 {
  color: #333;
  font-size: 27px;
}

h2 {
  color: #333;
}

p {
}


/**
 * Header
 */

#header {
  background: #333366 url('../images/bgs/header.png') center bottom no-repeat;
}

