img.center{
	display: block;
	margin: auto;
}

.center{
	text-align: center;
}

/* Normal link state for the .link class */
.link {
  color: #3388ff;
  text-decoration: none;
}

/* Visited state for links with the .link class */
.link:visited {
  color: #0070ff;
}

/* Hover state for links with the .link class */
.link:hover {
  color: #00aaff;
  text-decoration: underline;
}

/* Active state for links with the .link class */
.link:active {
  color: #aaeeff;
}
