html {
	background: no-repeat center center fixed; 
	background-size: cover;
	background-color: #181818;
	background-image: url('https://thereisnous.com/assets/background.jpg');
}

a {
	color: white;
	text-decoration: none;
}

body {
	margin: 15;
	color: white;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: white;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	vertical-align: top;
	background-color: #181818;
}

.tdcenter {
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 2px 5px 2px 5px; /* trbl */
}

.tdleft {
	color: white;
	font-size: 14px;
	text-align: left;
	padding: 2px 5px 2px 5px; /* trbl */
}

.tdright {
	color: white;
	font-size: 14px;
	text-align: right;
	padding: 2px 5px 2px 5px; /* trbl */
}

.socialmedia {
	padding: 10px 10px 10px 10px; /* trbl */
}

.search {
	color: black;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.blinktext {
	width: 280px;
	animation-name: blink;
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: Infinite;
}

@keyframes blink {
  0%{color:white;}
  50%{color:black;}
  100%{color:white;}
}

.red {
	color: red;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.pink {
	color: #ae5dc9;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.magenta {
	color: #990c91;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.orange {
	color: orange;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.blue {
	color: #6c6cd7;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.white {
	color: white;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.green {
	color: #4bea1f;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.gray {
	color: #d7d7d7;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.newsblue {
	color: #6c6cd7;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.epkth {
	border: 0px solid white;
	color: #9e9e6c;
	font-size: 24px;
	text-align: left;
}

.epktable {
	border: 0px solid white;
	width: 90%;
	table-layout: fixed;
	padding: 0 0 0 0;
}
