
title {
	text-align: center;
 }



body {
	font-family: Georgia,Arial,sans-serif;
 }


p {
	margin-top: 12px;
	margin-bottom: 12px;
 }



hr {
	height: 2px;
 }


table {	
	width: 100%;
 }


td {
	padding: 6px;
	vertical-align: top;
 }


td.left {
	width: 230px;
 }

td.littleleft {
	width: 140px;
 }

td.right {
	width: 350px;
 }

td.far-right {
	width: 230px;
 }

td.veryfar-right {
	width: 190px;
 }


li {
	font-style: italic;
 }


img.NoBorder {
	border-style: solid;
	border-width: 0px;
	vertical-align: top;	
 }

img.BlackBorder {
	margin: 12px;
	border-style: solid;
	border-color: black;
	border-width: 1px;	
 }

img.narrowBorder {
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width: 1px;	
 }


img.floatleft {
	float: left;
	margin: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
 } 


img.floatright {
	float: right;
	margin: 10px;
 } 


img.margin {
	margin: 10px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
 }


p.bullets {
	margin-bottom: 2px;
	margin-top: 2px;	
 }

a.bulletlink:link {
	color: black;
	text-decoration: none;	
 }

a.bulletlink:active {
	color: black;
	text-decoration: none;
 }

a.bulletlink:hover {
	color: black;
	text-decoration: none;
 }

a.bulletlink:visited {
	color: black;
	text-decoration: none;
 }	





.flowers {
	background-image: url('flower background.jpg');
	
 }	

