body
{
  margin: 0;
  border: 0;
  padding: 0;
  color: black;
  background: gray;
  font-family: futura, tahoma, arial, sans-serif;
  font-size: 16px;
}

#page
{
  width: 600px;
  margin: 10px auto;
  border: 2px solid black;
  padding: 10px;
  color: inherit;
  background: white;
  text-align: center;
}

h2
{
  padding-bottom: 0;
  margin-bottom: 0;
}

a, a:visited
{
  color: blue;
  text-decoration: none;
}

img
{
  border: 0;
}

a img
{
  border: 10px solid white;
}

a:hover
{
  text-decoration: underline;
}

a:hover img
{
  border: 10px solid blue;
}

.masthead
{
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 10px;
  border-bottom: 10px solid black;
  margin-bottom: 20px;
  text-align: center;
}

.masthead *
{
  margin: 0;
  padding: 0;
  border: 0;
}

.masthead h1
{
  font-size: 50px;
  font-style: normal;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-right: -20px;
}

.masthead h2
{
  color: red;
  font-size: 19px;
  font-variant: small-caps;
}

.masthead h3
{
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

.masthead h3:before
{
  content: '(';
}

.masthead h3:after
{
  content: ')';
}

.newsflash
{
  padding: 5px;
  background: #faa;
}

