body	{background-color: white;
	margin-left: 10%;
	margin-right: 10%;
		font-family: arial, sans-serif;}
	
h1	{font-family: serif;
	font-variant: normal;
	--color: #7E1303;
	--color: #333333;
	color: lemonchiffon;
	background-color: black;
	font-weight: lighter;
	text-align: center;
	font-size: 400%;}	
	
h2 {font-family: arial, sans-serif;
	color: red;
	text-align: center;}
	
h3 {font-family: arial, sans-serif;
	color: red;}
	
.center {text-align: center;}

a {color: #666633;}

a.topbar {border-color: #666633;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	padding: 5px;
	width: 16%;}
	
div.top{width: 100%;
	margin: 0;
	padding: 20px;}
	
div.bottombar {
	width:100%;
	text-align: center;
	--border-color #666633;
	--border-width: thin;
	--border-style: solid;}
	
div.heading {position: fixed;
	top: 5%;}
	
div.topbar {width: 80%;
	text-align: center;
	background-color: #FFFF66;}
	
div.blockquote {margin-left: 40px;
	border-width: thin;}
	
p {text-align: justify;
	font-family: arial, sans-serif;}

* {
  box-sizing: border-box;
}	
	

.linkbox {
  float: left;
  width: 220px;
  Height: 275px;
  padding: 10px;
  border-style: solid;
	border-width: 1px;
	border-color: red;
	margin: 20px;
	text-decoration: none;
	text-align: justify;
	font-family: arial, sans-serif;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}