.back {
	color: white;
	font-size: 26px;
	font-family: HelveticaLight;
	font-variant: normal;
	padding-left:10px;
	padding-top: 10px;
	display:inline-block;
	text-align: left;
	left:0;
}


.head {
	height: 300px;
	background: linear-gradient(rgba(213, 48, 193, 0.7),rgba(213, 48, 193, 0));
	color:white;
	font-family: HelveticaUltraLight;
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 100;
	width:100%;
	display:inline-block;
}

/*
.head {
	background: linear-gradient(rgba(213, 48, 193, 0.7),rgba(213, 48, 193, 0));
	color:#a5a5a5;
	text-align: center;
	font-family: HelveticaUltraLight;
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 100;
	width:100%;
	display:inline-block;
}
*/

.head #description {
	font-family: HelveticaLight;
}

.head #title {
	font-size: 64px;
	line-height: 20px;
}

.head img {
	height: 128px;
	width: 128px;
	padding-bottom: 0px;
}

.head table {
	padding-top: 10px;
	margin: auto;
}


.allthosethings[side="B"] {
	text-align: right;
}


.body {
	padding: 20px;
	color: #a5a5a5;
	text-align: center;
	font-family: HelveticaLight;
	font-size: 20px;
	font-style: normal;
	font-weight: 100;
	margin: auto;
	letter-spacing: 0.6px;
}

.body .title {
	font-size: 32px;
	font-variant: small-caps;
}

.body table{
	margin: auto;
	text-align: justify;
}

.body a{
	color: #a5a5a5
}

.allthosethings table, tr{
	border-bottom: 1px solid #000;
}

.allthosethings td{
	width: auto;
	margin: auto;
}

.allthosethings {
	width: 75%;
}

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

.allthosethings .text,.title {
	margin:50px;
}

hr { 
	width: 75%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
	border-color: lightgray;
	margin-top: 75px;
	margin-bottom: 75px;
}