/* html BODY */
body {
  font-family: Arial,sans-serif;
  font-size: 100%;
  background: #A5A5A5;
}

/* reset margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* image without border by default */
img {
  border: 1px solid #FFF;
}

/* page CONTAINER, contains all elements */
div#container {
  margin: 70px auto 0px auto;
  width: 580px;
  position: relative;
  text-align: left;
  background: #999999;
  border: 1px solid #000;
}

/* page HEADER, contains headline */
div#sectionIntro {
  padding-top: 40px;
}
div#sectionIntro h1 {
  font-family: Courier New;
  color: #000000;
  font-size: 27pt;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
}

/* page LINK, contains navigation bar */
div#sectionLink {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
div#sectionLink a {
  font-family: Courier New;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
  color: #FF9900;
}

/* page TEXT, contains simple text */
div#sectionText {
  font-family: Courier New;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
