


body {background-color: #FFC0CB;}


body {
	color: blue;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	padding:20px;
}

h1 {
	color:purple;
	font-family: "Helvetica", "Ariel", sans-serif;
	text-align:center;
	padding:20px;

}

h2 {
	color: crimson;
	font-family: "Lucida Console", "Courier New", monospace;
	text-align:center;
	padding:20px;
}

img {
	border-style:solid;
	border:black 5px solid;
	padding:10px;
	opacity:0.9;
	margin:40px;

}


p{
	font-size:0.9rem;
	background-color:white;
	padding: 20px;
	border-style:solid;
	line-height:20px;
	color:purple;
	
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}



a:link {
	color:blue;
	text-decoration:none;
	
}

a:visited {
	color:red;
	
}

a:hover {
	color:lime;
	background-color:black;
	padding:5px;
	text-decoration:underline;
	
}

a:active {
	color:aqua;
	
}