/** CSS Document
	(c) Peter Gosse
	Email: petergosse@awsb.ca
	Avalon West School District
**/

body {
	margin: 0;
	padding: 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #00407A;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9C1F2E;
}

.weatherCentralSchoolSystem {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.weatherCentralStatusOpen {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: Green;
}

.weatherCentralStatusClosed {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.weatherCentralStatusDelayed {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
}
