body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 10px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	font-size: .9em;
}
.small_text {
	font-size: 0.7em;
}
a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
