body {
  background-color: rgb(0, 0, 0);
}

/* unvisited link */
a:link {
  color: rgb(0,191,255);
}

/* visited link */
a:visited {
  color: rgb(0,191,255);
}

/* mouse over link */
a:hover {
  color: rgb(255, 255, 0);
}

/* selected link */
a:active {
  color: rgb(0, 0, 255);
}

h2 {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  text-align:left-align;
}
h4 {
  color: rgb(0,191,255);
  margin-left: 20px;
  text-align:left-align;
}
h6 {
  color: rgb(0,191,255);
  margin-left: 20px;
  text-align:left-align;
}

ul {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  text-align:left-align; 
}
ol {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  text-align:left-align;
}

p {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  text-align:left-align;
}

div {
  text-align:left-align;
  display : 4%;
}