#intro
{
	background-color: #1F85DE;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	font-family: "Times New Roman", Times,sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 48px;
}
#city
{
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	color: #1F85DE;
	text-align: center;
}
body
{
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-color: black;
	background-color: white;
}
#week
{
	table-layout: fixed;
	border: 5px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url("seattle.jpeg");
}
th
{
	background-color: #1F85DE;
	color: #FFFFFF;
}

th, td
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
td
{
	color: #FFFFFF;
	font-weight: bold;
}
.inline-block
{
	display: inline-block;
}
#vid
{
	margin-left: 20px;
}
/*iframe
{
	display: block;
	margin: auto;
}
*/
#moreinfo
{
	margin-left: 2%;
	font-weight: bold;
}
ul
{
	text-align: center;
	margin-left: 40%;
	margin-right: 40%;
	list-style-type: disc;
	list-style-image: url("rainbullet.png");
}


