/* STANDARD STYLING FOR MEMORIAL LISTINGS */

.memoriam {	background: #990099;
			margin: 2px;
			padding: 1.0em;
			text-align: center;
			border-radius: 10px;
			}
.incident {	font-size: 12px;
			}
.victim {	font-size: 18px;
			}
.year,
.year a {	font-size: small;
			color: #ffffff;
		}
.year a:hover {	font-size: small;
				color: #999999;
				background-color: #ffffff;
		}
.pray {	font-size: 12px;
		color: #ffffff;
		background-color: #990099;
		}
.victim,
.incident,
.map {		color: #ffffff;
			background: #990099;
			}
.incident a:hover .map {	color: #990099;
							background-color: #ffffff;
							}
