
.mainLinks {
  position: absolute;
    top: 17px;
    right: 30px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.mainLinks li {
  display: inline;
  padding: 8px;
  margin: 4px;
    border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 0px 1px;
  }

.mainLinks li:hover {
  background-color: #004499;
  border-color: white;
}

.mainLinks a {
  color: white;
  text-decoration: none;
}

.mainLinks a:hover {
  text-decoration: underline;
}

.header {
  height: 60px;
  width: 100%;
  background-color: #004499;
  background-image: url("../images/background2.png");
  background-repeat: repeat-x;
}

.header h1 {
  font-size: 20pt;
  display: inline;
  color: white;
  position: relative;
  top: 10px;
  left: 60px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.header a {
  color: white;
  text-decoration: none;
}

body {
  padding: 0px;
  margin: 0px;
}

.content {
  width: 700px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #004499;
  padding: 10px;
    text-align: left;
}

.content1 {
  text-align: center;
  height: 85%;
}

#w3c img {
  border-style: none;
  float: right;
  padding: 10px;
}
