
/* Body CSS - Default styling to page */
html, body {
  color: #333;
  background-color: white;
  margin: 10px;
  font: 11px verdana, helvetica, sans-serif;
}

/* Heading CSS - Heading styles */
h1 {
  font-size:28px;
  font-weight:900;
  color:#ccc;
}

h2 {
  font:bold 12px/14px verdana, helvetica, sans-serif;
}

/* Paragraph CSS - Default styling to paragraphs */
p {
  font:11px/20px verdana, helvetica, sans-serif;
  margin:0px 0px 16px 0px;
}

/* All the sections are placed in section boxes */
.section {
  position: relative;
  width: auto;
  margin: 5px 5px 5px 5px;
  border: 1px solid black;
  background-color: white;
  padding: 10px;
}

#container {
  width: auto;
  min-width: 400px;
  background-color: #369;
  padding: 10px;
}

#header {
  text-align: center;
  width: auto;
}

