body {background-color: white;}



div {

	background-color: white; 

	opacity: 0.5;	

}



div {

	background-color: white; 

	opacity: 0.5;	

}


.dot {

  height: 20px;

  width: 20px;

  background-color: #bbb;

  border-radius: 60%;

  display: inline-block;

}

/* unvisited link */

a:link {

  color: blue;

}



/* visited link */

a:visited {

  color: gray;

}



/* mouse over link */

a:hover {

  color: yellow;

}



/* selected link */

a:active {

  color: red;

}



.p {

  font-family: "Times New Roman", Times, serif;

}