body {
	/* background-color: #7D011E; */
	background-image: url("../pic/news_texture.jpg");
	background-attachment: fixed;
	
	padding-bottom: 40px;
	padding-top: 40px;
	color: #003300;
	
}

ul {
	list-style-image: none;
	list-style-type: none;
	
}


.header {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	padding-bottom: 40px;
	color: #000000;
	
}

.clipping {
	background-image: url("../pic/parchment76.jpg");
	width:  300px;
	border: 2px solid #b19579;
	
}

.index {
	background-image: url("../pic/parchment76.jpg");
	width: 900px;
	border: 2px solid #b19579;
	
}

td {
	text-align: justify;
	padding-right:  5px;
	padding-left:  5px;
	padding-bottom:  10px;
	
}

a:link {
	color:#0000ee;
}      /* unvisited link */

a:visited {
	color:#000000;
}  /* visited link */
