body
{
	background-image: url('images/background.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

.body-copy {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	padding-left:15px;
        padding-right:15px;
	padding-bottom:10px;
        line-height:24px;
	text-decoration:none;
	font-weight:normal;
}

.body-copy-italic {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	padding-left:15px;
        padding-right:15px;
	padding-bottom:10px;
        line-height:24px;
	text-decoration:none;
	font-weight:normal;
        font-style:italic;
        font-weight:bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

</style>