body {background-color: purple;}

img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 300px;
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.p {
  font-family: "Times New Roman", Times, serif;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: violet;
}

/* selected link */
a:active {
  color: red;
}

h1 { 
	text-align: center;
}


p {
	color: white; 
} 

h3 {
	text-align: center;
} 

body {
	color: white;
}

h2 {
	text-align: center;
} 

body {
  background-image: url("project2BG.png");
  background-repeat: no-repeat;
  background-size: 2050px 1000px;
}

a:link {
  text-decoration: none;
}

