body {
  font:					1.1em Eurostile, Century Gothic, Trebuchet MS, sans-							serif;
  background:			rgb(75,75,75);
  color:				white;
  font-size:			17px;
  text-align:			center;
}

#header {
}

#icon {
}

#main {
	background:			rgb(6,42,91);
	margin-right:		auto;
	margin-left:		auto;
	padding:			80px 100px;
	width:				600px;
	border:				2px solid rgb(0,22,71);
	
}

table {
	background:			rgb(173,20,59);
	border:				2px solid rgb(0,22,71);
	padding:			20px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:			10px;
	margin-bottom:		150px;
}

th {
	text-align:			center;
	font:				1.1em Eurostile, Century Gothic, Trebuchet MS, sans-							serif;
}

th, td {
	padding:			20px;
	text-align:			left;
}

#email {
	width:				200px;
}

p.text {
	font-size:			40px;
	text-align:			center;
	margin-top:			75px;
	margin-bottom;		20px;
	text-decoration:	none;
}

p.more {
	width:				400px;
	margin-right:		auto;
	margin-left:		auto;
}

#footer {
	padding:			1px 20px 0px 20px;
	height:				50px;
	margin-top:			10px;
	color:				white;
	text-align:			center;
}

a:link {
  color:               rgb(173,20,59);
  text-decoration:		none;
}

a:hover {
	color:				white;
  text-decoration:		underline;
}

a:visited {
  color:				rgb(75,75,75);
  text-decoration:		none;
}
