body {
  background-color: white;
  color: #000000;
}

a:link {
  background-color: white;
  color: #0000ff;
}

a:active {
  background-color: white;
  color: #0000ff;
}

a:visited {
  background-color: white;
  color: #bb00ff;
}

a:hover {
  background-color: #0000ff;
  color: white;
}

P {
  text-align: justify;
}

img {
  border-style: none;
}

div#navbar {
    width: 100%;
    font-weight: bold;
    border-top: solid #0000ff 2px;
    border-bottom: solid #0000ff 2px;
    border-left: solid #0000ff 2px;
    border-right: solid #0000ff 2px;
    background-color: #0000ff;
    color: white;
    white-space: nowrap;
}
div#navbar p {
    display: run-in;
    margin: 0px;
    padding: 0px;
}
div#navbar ul {
    margin: 0px;
    padding: 0px;
}
div#navbar li {
    list-style-type: none;
    display: inline;
}
div#navbar li a {
    text-decoration: none;
    padding: 0px 20px;
    color: white;
    background-color: #0000ff;
}

div#navbar li a:active {
    color: white;
    background-color: #0000ff;
}

div#navbar li a:visited {
    color: white;
    background-color: #0000ff;
}

div#navbar li a:hover {
    background-color: white;
    color: #0000ff;
}
