/*  This file (defunct.css) provides a background color and text watermark 
	for site data pages about defunct sites. */

body {background-color: #FFCCCC;}

.text-watermark { 
	position:absolute;
	color: #FFFFFF; 
	text-align:center;
	opacity:0.4; 
	width:100%;
	Z-index:-1;
	font-family:"Georgia",serif; 
	font-size: 80px 
	}
