/*  News print CSS File */

#news-index { }
.newspaper-header h2 { font-size: 150%;color: #ce463a; }
.dogear { display: none; visibility: hidden; }

.newspaper-body p { color: #000; }
.newspaper-body a:link { color: #cf4739; text-decoration: none; }
.newspaper-body a:visited { color: #cf4739; text-decoration: none; }
.newspaper-body a:active, .newspaper-body a:hover { color: #cf4739; text-decoration: underline; }
.newspaper-body .news-headline { font-size: 140%; font-weight: bold; }

.newspaper-image { display: none; }

.article-divider { display: none; visibility: hidden; }

.newspaper-footer { display: none; visibility: hidden; }
.article-footer { font-size: 64%; color: #000; font-weight: bold; }
.article-footer a:active, .article-footer a:link, .article-footer a:visited { color: #000; text-decoration: none; }
.article-footer a:hover { text-decoration: underline; color: #000; }
.article-footer .back-link { float: left; width: 350px; }
.article-footer .page-number { float: left; width: 300px; text-align: right; }