/* CSS Document */




p
 {color: black; padding-left: 20px; padding-right: 20px; padding-bottom: 10px; font-family: Times New Roman, Times, serif; text-align: justify; font-size:15px;
 }
img.left 
{
float: left;
}
img.right 
{ float: right;
}
img.margin
{ margin-left: 5px;
}
h3 
{
color: black; padding-left: 20px; padding-right: 20px;
}
h2
 {
 color: black; padding-left: 20px; padding-right: 20px;
 }
h1
{
color: gray; text-align: center; padding-left: 20px; padding-right: 20px;
}
body {
	background-image: url(images/bhobglogo.jpg);
	background-color: #48221D;
}
#Layer1 {
	position:absolute;
	left:32px;
	top:40px;
	width:595px;
	height:95px;
	z-index:1;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #81773F;
}
a:link {
	color: #48221D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #48221D;
}
a:hover {
	text-decoration: none;
	color: gray;
}
a:active {
	text-decoration: none;
	color: red;}

