a:hover {
  color: #9900FF;
  text-decoration: none;
}

.white a:link, .white a:visited, .white a:active {
  color: white;
  text-decoration: none;
}

.white a:hover {
  color: #0099FF;
  text-decoration: none;
}

P {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #006633;
  font-size: 18px;
}

.spacy P {
  margin-bottom: 15px;
  margin-top: 15px;
}

.green { color: #006633; }

.clip a:hover {
  color: #9900FF;
  text-decoration: none;
}

.double {
  border-style: double;
  border-width: 3;
  border-color: #993300;
}

.pic {
  border-width: 5px;
  border-color: white;
}

.justify P { text-align: justify; }