@font-face {
	font-family: Vera;
	src: url("../fonts/Vera.ttf");
}

@font-face {
	font-family: Telegram;
	src: url("../fonts/Telegram.ttf");
}

body {
	background-image:url("../images/cityoftoronto.png");
	background-repeat:none;
	height: 727px;
	width: 1615px;
}

h1 {
	font-family: Telegram;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #1a3aa2;
}

p {
	margin-bottom: 4px;
}

.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: Vera;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	left: 140px;
	top: 80px;
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #040c24;
}

.invisible {
	display: none;
}

li {
	padding-bottom: 10px;
}

a {
	color: blue;
}

.lb-caption {
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana;
}
