/*	This is the style sheet for the Memoriam part of the main page of www.deanbower.com.
	It uses a model copied from www.cssportal.com/css-rounded-corners/
	See file styles/head.css for a sample of the required HTML.
*/

.mem_container {	background: #ffffff;
				margin: 5px;
				}
.mem_top,
.mem_bottom {	display: block;
			background: #ffffff;
			font-size: 1px;
			}
.mem_b1,
.mem_b2,
.mem_b3,
.mem_b4 {	display: block;
		overflow: hidden;
		}
.mem_b1,
.mem_b2,
.mem_b3 {	height: 1px;
		}
.mem_b2,
.mem_b3,
.mem_b4 {	background: #990099;
		border-left: 1px solid #990099;
		border-right: 1px solid #990099;
		}
.mem_b1 {	margin: 0 5px;
		background: #990099;
		}
.mem_b2 {	margin: 0 3px;
		border-width: 0 2px;
		}
.mem_b3 {	margin: 0 2px;
		}
.mem_b4 {	height: 2px;
		margin: 0 1px;
		}
.mem_content {	display: block;
			border-width: 0 1px;
			padding: 4px;
			background: #990099;
			color: #ffffff;
			text-align: center;
			}
.incident {	font-size: 12px;
			}
.victim {	font-size: 18px;
		}
.pray {	font-size: 12px;
		}
.victim,
.incident,
.map {		color: #ffffff;
			background: #990099;
			}
.incident a:hover .map {	color: #990099;
				background-color: #ffffff;}