* { margin: 0; padding: 0; }
p { margin: 1em 0; }
body {
	background-color: #28323b;
	margin: 1em 0;
}
.nav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.subtext {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
.emergency {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.text2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
a.nav:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:active {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.nav:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
a.text:link {color: #000000; font-weight: normal; text-decoration: none;}
a.text:active {color: #000000; font-weight: normal; text-decoration: none;}
a.text:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.text:hover {color: #000000; font-weight: normal; text-decoration: underline;}