/*
* {
  margin: 0;
  padding: 0;
  }
*/
.firstletter:first-letter {
  font-size: 200%;
  color: rgb(212, 212, 199);
  }

body {
  background-image: url(../images/Blue-Sky.jpg);
  background-attachment: fixed;
  font-weight: bold;
  }

/*
#container {
	border:1px solid #fff;
}
*/

#header * {
  margin: 0;
  padding: 0;
  }
  
#header {
  text-align: left;
  border-bottom-color: rgb(192, 192, 192);
  border-bottom-style: ridge;
  }

#header h1 span.firstletter {
  font-style: italic;
  color: rgb(152, 0, 0);
  font-size: 200%;
  margin: 0;
  padding: 0;
  }

#header #logo {
  width: 150px;
  }

#content {
  text-align: center;
  }

#content h2 {
  color: rgb(153, 0, 0);
  font-style: italic;
  }

#content h3 {
  text-decoration: underline;
  }

#content p {
  color: rgb(153, 0, 0);
  font-weight: bold;
  font-style: italic;
  }

#rightcol {
  text-align: center;
  }

#rightcol h3 {
  color: rgb(255, 255, 0);
  }

#footer {
  text-align: right;
  }

