body{
	background-color:#000000;
	color: #ffffff;
	border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	padding:20px;
	text-align:center;
}
h1
{
    width: 600px; 
	text-align: center;
    margin: auto;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    padding: 10px;
}
h2{
	text-align: center;
	font-size:30px;
}
p{
	margin:auto;
	text-align: center;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-color: ;
	padding:10px;
	font-size: 30px;
	width:500px;
	
}
#ECITY{
	padding:50px;
}

td, th{
	color: #ffffff;
	text-align: center;
	font-size:30px;
}
table{
	margin:auto;
}
li{
	text-align:center;
	font-size:30px;
	margin:auto;
	list-style-position:inside; //https://stackoverflow.com/questions/49906604/how-to-move-bullet-points-in-css
}
iframe{
		margin:auto;
		width:1200px;
		height:600px;
}
.both{
	font-weight:bold;
}
a{
	color:#ffffff;
}
img{
	margin:auto;
	width:500px;
	height:500px;
}


