@charset "ISO-8859-1";
a {
	color: black;
	text-decoration: none;
	cursor: hand;
}
body {
  background-image:
    linear-gradient(
      to right, 
      rgba(35,32,102,0.45), white,white, rgba(233,29,14,0.45)
    );
	background-position: center;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.container {
	display: grid;
	grid-template-columns: 
		1fr 1fr 1fr;
	grid-template-rows: 
		30px
		80px 
		30px
		30px
		15px
		25px
		25px
		auto 
		30px
		30px
		30px
		10px;
	width: 100%;
	height: 100vh;
}
.header10 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align: center;
	background-color: black;
	color: white;
	font-size: 18pt;
	font-weight: bold;
}
.header20 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 2;
	text-align: center;
	font-size: 50pt;      
	line-height: 80px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.header30 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: 3;
	text-align: center;
	font-size: 18pt;
	line-height: 30px;
	font-weight: bold;
}
.header40 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 4;
	grid-row-end: 4;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	background-color: black;
	color: white;
}
.header50 {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 5;
	grid-row-end: 5;
	border-bottom-style: double;
	border-bottom-width: 5px;
}
.body10Left {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 6;
	grid-row-end: 6;
	font-size: 16pt;
	font-weight: bold;
}
.body10Middle {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 6;
	grid-row-end: 6;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
.body10Right {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 6;
	grid-row-end: 6;
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
}
.body20Left {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 7;
	grid-row-end: 7;
	border-bottom-style: double;
	border-bottom-width: 5px;
	font-size: 10pt;
}
.body20Middle {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 7;
	grid-row-end: 7;
	border-bottom-style: double;
	border-bottom-width: 5px;
	font-size: 10pt;
	text-align: center;
}
.body20Right {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 7;
	grid-row-end: 7;
	border-bottom-style: double;
	border-bottom-width: 5px;
	font-size: 10pt;
	text-align: right;
}
.body30Left {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 8;
	grid-row-end: 8;
}
.body30Middle {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 8;
	grid-row-end: 8;
}
.body30Right {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 8;
	grid-row-end: 8;
}
.footer10 {
	grid-column-start:1;
	grid-column-end:4;
	grid-row-start:9;
	grid-row-end: 9;
	text-align: center;
	background-color: black;
	color: white;
	font-size: 18pt;
	font-weight: bold;
}
.footer20 {
	grid-column-start:1;
	grid-column-end:4;
	grid-row-start:10;
	grid-row-end: 10;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}
.footer30 {
	grid-column-start:1;
	grid-column-end:4;
	grid-row-start:11;
	grid-row-end: 11;
	text-align: center;
}
.footer40 {
	font-size: 8pt;
}
.socialMediaIcon {
	height: 20px;
}
.socialMediaIconMiddle {
	height: 20px;
	margin-left: 20px;
	margin-right:20px;
}
.divTable {
	display: table;
	width: 100%;
	text-align: center;
}
.col33 {
	display: table-cell;
	text-align: center;
}
.col20 {
	display: table-cell;
	width: 20%;
	text-align: center;
}
.col50 {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.col100 {
	display: table-cell;
	width: 100%;
	text-align: center;
}
.articleImage {
	width: 300px;
}
.articleTextLeft {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-weight: bold;
}
.articleTextMiddle {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-weight: bold;
}
.articleTextRight {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-weight: bold;
}
.storySeperator {
}
.articleHeadingCell {
	font-size: 8pt;
	font-weight: normal;
}
.sourceName {
	font-size: 12pt;
	font-weight: normal;
}
.LeftArticle {
	text-align: center;
}
.MiddleArticle {
	text-align: center;
}
.RightArticle {
	text-align: center;
}