body {
	margin:0 0 1px 0;
	height:100%;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);

	background-image: url("bkim001gs2.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;

	}

p {
	margin-top:0
	}

html {
	overflow-y:scroll
	}


a:link {
	text-decoration:none;
	color: black;
	}
a:visited {
	text-decoration:none;
	color: black;
	}
a:hover {
	text-decoration:none;
	color: #ff8057;
	}

#deces-button > a > img {
	opacity:0.60;
	filter:alpha(opacity=60)
}

#deces-button > a > img:hover {
	opacity:0.80;
	filter:alpha(opacity=80)
}


h3.r{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
		font-weight: normal;
		text-decoration: underline;
		margin-bottom:7px;
}

hr.r > a {
			color: #1a0dab;
				text-decoration:underline;
}

.deces > p{
	margin-bottom:35px;
}
.lazyloaded {
    opacity: 1;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
