body {
	color: Navy;
	font-family : serif;
	font-size : medium;
	scrollbar-arrow-color: #000000;
scrollbar-base-color: #ffffff;
scrollbar-track-color: #99CC33;
	font-weight : 500;
	background-image : url(imgs/background.jpg);
	background-repeat : no-repeat;
	}
a {
	color: Navy;
	text-decoration : none;
}
a:hover {
	color : Green;
	text-decoration : underline;
}
.body-table
{
	background-image : url(imgs/O19_flowers_transparent.gif);
	background-position : center;
	background-repeat : no-repeat;
}

h1{
	font-size: inherit;
	}