@charset "UTF-8";
a:link {
	text-decoration: none;
	border: none;
	color: rgb(53,86,0);
}
a:visited {
	color:#756242;
	text-decoration: none;
	border: none;
}
a:hover {
	color:#01A0C6;
	text-decoration: none;
	border: none;}
a:active {
	color:#666666;
	text-decoration: none;
	border: none;
}
a:focus {
	color: #006600;
	text-decoration: none;
	border: none;
}
body {
}
img {
	border-style: none;
}
#paper  {
	position: relative;
	width:1050px;
	height:650px;
	visibility: visible;
	z-index: 1;
	overflow: visible;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
 }
#rand {
	height: 10px;
	top: 660px;
	right: 50%;
	position: absolute;
}
