body {
	background-image: url(images/bgr.gif);
	background-repeat: repeat-y;
	font-size: 68.75%;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.img1 {
	margin-top: 12px;
	margin-bottom: 12px;
}
.topnav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FF9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.topnav li a {
	text-decoration: none;
	color: #000;
}

.topnav li a:hover {
	background-color: #FC3;
}
.topnav {
	padding: 0px;
	text-align: right;
	margin-top: 15px;
}

