body {
	background-attachment: fixed;
	background-image:  url(../images/Sun.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: cc6600;
	font-family: Arial, Helvetica, sans-serif;
	color: 663300;
	font-size: 14px;

}

h1 {background-color: ffcc00; font-size: 20px; font-family: georgia;}


h2 {background-color: ffcc00; font-size: 17px; text-align: center; margin-right: 10px; margin-left: 10px; font-family: georgia;}

.copyrighttext{

	font-family: verdana; font-size: 10px; font-weight: lighter; color: #663300; text-align: center;}


.tabledecor {
	border-style: solid;
	border-width: 3px;
	border-left-width: 1px;
	border-right-width: 3px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-color: black;
	margin-left: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}

#daisy {

	background-image: url(../images/Daisy.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;

}

#daffodil {

	background-image: url(../images/Daffodil.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;

}

#sunflower {

	background-image: url(../images/Sunflower.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;

}

a:link {
	color: #3366FF;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #0099FF;
}

ul {
	margin-left: 5px;
	line-height: 150%;
}

ol {
	margin-left: 5px;
	line-height: 150%;
}
