img {
	background-color: #999;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	position: fixed;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #000;
}
body {
	background-image: none;
	background-repeat: repeat;
	color: #000;
	background-attachment: fixed;
	background-color: #FFF;
	font-weight: bold;
}
div {
	height: auto;
	width: auto;
	padding: 5px;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border: medium outset #000;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat;
	background-color: #FFF;
}
