#page
	{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 14px;
	background-image:url('borane_image.png');
        background-repeat:no-repeat;
	text-align: left;
	visibility: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
        height: 500px;
        padding: 20px
	}
#box1
	{
	background-color: #f6f6b8;
        border-style:dashed;
        border-color:gray;
	padding: 20px;
	width: 400px;
	margin-top: 10px;
	margin-left: 30px;
	line-height: 16px;
	}
 a:link { color: #696; text-decoration: none; background-color: transparent }
 a:visited { color: #699; text-decoration: none; background-color: transparent }
 a:hover { color: #c93; text-decoration: underline; background-color: transparent }
 a:active { color: #900; text-decoration: underline; background-color: transparent }
