a:link {
  color: rgb(149,0,184);
  font-style: none;
  text-decoration: none;
}
a:visited {
  color: rgb(149,0,184);
  font-style: none;
  text-decoration: none;
}
a:hover {
  color: rgb(204,0,255);
  font-style: none;
  text-decoration: none;
}
a:active {
  color: rgb(0,200,0);
  font-style: none;
  text-decoration: none;
}

body {
  background-color: #ffffff;
}

.outer {
  width: 750px;
  padding: 6px;
  border-style: solid;
  border-color: rgb(0, 128, 0);
  border-width: 4px;
  background-color: #ffffff;
}

.header {
  width: 700px;
  text-align: center;
  border-style: solid;
  border-color: rgb(0, 128, 0);
  border-width: 2px;
}

.logo {
  color: rgb(0,128,0);
  font-size: 28;
  font-style: bold;
}

.navbar {
  width: 100%;
}
