body {
	font-family: Verdana, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.stamp {
	width: 99px;
	height: 56px;
}

.strip {
	width: 150px;
	height: 20px;
}

.body {
	width: 750px;
	margin: auto;
}

.artwork {
	width: 120px;
	height: 120px;
}

.bgcolor {
	background-color: #F5F5DC;
}

.row {
	display: flex;
}

.col {
	/*border: 2px solid #000;*/
	margin: 5px;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33%;
}

.perfectImg {
	object-fit: cover;
}

/*Link Style*/
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
 
/*Font Styles*/
.h1 {
	font-size: 32px;
}

.h2 {
	font-size: 23px;
}

/*Hyperlink Buttons*/
a.button {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	font-weight: normal;
	border-radius: 10px;
}

a.button, a.button:visited {
	background-color: #C8AD7F;
}

a.button:hover {
	background-color: blue;
}

a.button:active {
	background-color: red;
}