body {
		background-color:#000000;
		color:#FFFFFF;
		font-family: "Inter Tight", sans-serif;
		font-style: normal;
		font-size:22px;
		background-image: url("..\images\rainbowbackground.jpg");
		background-attachment:fixed;
		background-size:auto;
		text-align:left;
	}
h1 {
		 font-family: "Armata", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 40px;
		text-align: center;
		margin-top:0px;
	}
h2{
		 font-family: "Armata", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		text-align: center;
	}
h3{
		 font-family: "Armata", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:28px;
		text-align:left;
		margin-bottom:6px;
	}
p {
		line-height: 135%;
	}
#column {
		width:1100px;
		height:auto;
		background-color:#000000;
		margin-left:auto;
		margin-right:auto;
		padding:25px;
		border:8px groove #ff6699;
	}
img {
		border: 5px solid #ff6699;
		padding: 5px;
		
		}
.smaller {
		font-size:19px;
		font-family: "Inter Tight", sans-serif;
		font-style: normal;
		}
.bigletter {
		font-size:40px;
		}
.left {
		float:left;
		margin-right:20px;
		margin-bottom:5px;
		}
.right {
		float:right;
		margin-left:20px;
		margin-bottom:5px;
		}
.center {
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
a:link {
		color:#00FFFF;
	}
a:visited {
		color:#FF69B4:
	}
a:hover {
		text-decoration:none;
		color:#7FFF00;
	}
a:active {
		color:#7FFF00;
	}
ul {
		list-style-type:disc;
		font-family: Baskerville, sans-serif;
	}
figure {
		margin-left:0;
	}
figcaption {
		text-align: center;
	}