/* Global Elements */

body {
  font-size: 10pt;
  color: #000;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: center;
  background: url(http://www.corvetteslimited.org/media/background.gif) no-repeat fixed center center;
}

body, h1, h2, h3, h4, p, div, td, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

a:link {
  color: #00f;
  background-color: transparent;
  text-decoration: none;
}

a:visited  {
  color: #009;
  background-color: transparent;
  text-decoration: none;
}


@media screen {
  a:active, a:hover {
    color: #f00;
    background-color: transparent;
    text-decoration: underline;
  }
}

img {
  border: 0;
}

h1 {
  font-weight: bold;
  font-size: 20pt;
  margin: 0 0 0 0;
}

h2 {
  font-weight: bold;
  font-size: 15pt;
  margin: 0 0 0 0;
}

h3 {
  font-weight: bold;
  font-size: 12pt;
  margin: 0 0 0 0;
}

h4 {
  font-weight: bold;
  font-size: 10pt;
  margin: 0 0 0 0;
}

dt {
  font-size: 10pt;
  margin-top: 5px;
}

dd {
  font-size: 8pt;
  margin-left: 1em;
}

p {
  color: #000;
  background-color: transparent;
  font-size: 10pt;
  text-align: justify;
}

div, td {
  background-color: transparent;
  font-size: 10pt;
}

table {
  text-align: center;
}

input, select, textarea {
  color: #000;
  background-color: #fff;
  font-size: 8pt;
}

/* Page Elements */

#page {
  position: relative;
  width: 760px;
  margin: 5px auto 5px;
  padding: 10px;
  text-align: justify;
}

#footer {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px 0;
}

.pic {
  text-align: center;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.tiny {
  font-size: 8pt;
}

.submit {
  color: #fff;
  background-color: #00f;
  border : thin outset #00c;
  font-weight: bold;
  cursor: hand;
}