/* unvisited link */
#de {
	color: #330066 !important;
}

#de:link {
    color: #330066 !important;
}

/* visited link */
#de:visited {
    color: #330066 !important;
}

/* mouse over link */
#de:hover {
    color: #330066 !important;
}

/* selected link */
#de:active {
    color: #330066 !important;
}

#emergency table {
	width: 100%;
	height: 100px;
	background-color: #E6005C;
	/*
		background-color: blue;
	*/
	border-style: solid;
    border-color: white;
	}

#emergency h1 {
	color: white;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: center;
	}
	
#emergency h2 {
	color: white;
	font-family: "Georgia", Times, serif;
	font-size: 100%;
	text-align: center;
	vertical-align: center;
}

ol, .text ol {
  padding-left: 15px;
}

