table.logo{
    width: 900px;
    border: 0;
}

table.main{
    width: 100%;
    border: 0;
    background-repeat : no-repeat;
    color: navy;
    font:bold;
}

td.main-filler{
    width: 216px;
    background-repeat: repeat-x;
    }
td.main-filler_small{
    width: 333px;
    background-repeat: repeat-x;
    }
.alltext{
    color: navy;
}

hr {
    width:80%;
}

.links {
    color: white;
    font:bold;
}

.news {
	color: blue;
}
div.paper {
	border: thin ridge #FAF0E6;
	position: relative;
	top: 10px;
	left: 50px;
	float: left;
	overflow: auto;
	width: 200px;
	height: 250px;
	text-justify: newspaper;
	font-family: "Bookman Old Style", serif, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	background: url(../img/grunge-newspaper-background.jpg);
}
.paperh2 { font-size: larger;
font-style: oblique;
font-variant: small-caps;
font: bold;
}
.oldnews {
	color: blue;
	text-decoration: line-through;
}

.FL:first-letter {
	color: blue;
	font-size:2em;
}