body {
	background-color: #000000;
	background-image: url("./backgrounds/complete.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
  	margin-top: 40px;
  	margin-right: 20px;
  	margin-bottom: 20px;
  	margin-left: 40px;
	
}


p {
  text-align: justify;
  color: #F43333;
  font-weight: bold;
  font-size: 1.2em;
}

blockquote {
  text-align: justify;
  color: #F43333;
  font-weight: bold;
  font-size: 1.2em;
}


h1 {
  text-decoration: underline;
  color: #F43333;
}

div.box {
  height: 200px;
  width: 400px;
  border-style: dotted;
  border-color: white;

}

a:link {
  color: #19D4F4;
}

a:visited {
  color: orange;
}

a:hover {
  color: orange;
  font-style: italic;
  letter-spacing: 1px;
}


