
BODY {
  background-color: #FFF0EB;
  color: #003366;
  font-family: "Trebuchet MS", sans-serif;
  background-image: url(rose.jpg);
  background-repeat: repeat-y;
  font-size: 12pt;
}

H1 {
  margin-left: 80px;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 38pt;
}

P {
  margin-left: 80px;
}

LI {
  margin-top: 5px;
  margin-left: 80px;
}

A:link {
  color: #003366;
}

A:hover {
  color: #3366FF;
}

H2 {
  margin-left: 80px;
  font-family: "Times New Roman";
  font-size: 28pt;
  font-weight: bold;
  color: #FF9933;
}

.copyright {
  font-size: 8pt;
}

.navbar {
  font-size: 8pt;
  text-align: center;
}

TABLE.navbar {
  margin-left: 80px;
}

H3 {
  margin-left: 80px;
}

.heading {
  background-color: #FFD0BD;
  font-weight: bold;
}

.navhead {
  color: #FFFFFF;
  background-color: #333366;
  font-size: 8pt;
  text-decoration: none;
}

A:link.navhead {
  color: #FFFFFF;
}

A:hover.navhead {
  color: #FFFFFF;
  background-color: #6666CC;
}
