/* CSS for schedules.htm created by Katja Hetmanchuk 13-12-2006 for the City of Toronto */


div#main {
  width: 549px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 80%;
}


body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
}


.tiny {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 80%;
}

.title {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}


.subtitle {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}


.lineheightbig {
	line-height: 0.5cm;
}


a:link {color: #000; text-decoration: none;} 
a:visited {color: #000; text-decoration: none;}  
a:hover {color: #000; text-decoration: underline;}   
