#newsprint_parent {
position: relative;
width: 756px;
margin: 100px auto 100px auto;
background-repeat: repeat-y;
background-attachment: none;
background-position: center center;
background-image: url(/images/newsprint_middle.png);
}

#newsprint_top {
position: absolute;
top: -38px;
height: 38px;
width: 756px;
}

#newsprint_bottom {
position: absolute;
bottom: -43px;
height: 43px;
width: 756px;
}

p {
	color: black;
	padding: 0px 75px;
}

h1 {
	font-size: 36px;
	text-align: center;
	color: black;
	font-face: helvetica, verdana, arial;
}

a.article_link {
	color: blue;
}

a:hover.article_link {
	text-decoration: none;
	color: red;
}

h2 {
	color: black;
	font-face: helvetica, verdana, arial;
	padding: 0px 75px;
}

h3 {
	color: black;
	font-face: helvetica, verdana, arial;
	padding: 0px 75px;
}

#list {
	padding: 0px 90px;
	color: black;
}