html {
/*	background-image: linear-gradient(90deg, #000, #228, #DDDDFF); */
	background-image: linear-gradient(90deg, #222, #222, #222);    
}

a:link {
	color:#FFF;
}

a:visited {
	color:#555;
}

a:hover {
	color: #00F;
}

a:active {
	color:hotpink;
}

.center {
	margin:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
}

p {
	color: #FAFAFA;
	font-family: Arial Black;
	font-size: 1.2em;
	width:70%;
	max-width: 1400px;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	color: yellow;
	font-family: Arial Black;
	text-decoration:underline;
	font-size:2.0em;
}

.yellow {
	color: yellow;
	text-decoration:underline;
}

.tcenter {
	text-align:center;
}


