/* CSS definition file containing site wide stylesheets */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-y:scroll;
	background-color: #666;
}
.caption {
	font-family: Georgia, Palatino, 'Times New Roman', Times, Serif, serif;
	font-size: small;
	font-style: italic;
}
.petprints {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
}
.news {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 140%;
}

