body
{
	font-family:'Comic Sans MS', Arial;
	font-size:10pt;
	/* background-color:#FFFFFF; */
}

th,td,p,ul,ol,li,div
{
	font-family:'Comic Sans MS', Arial;
	font-size:10pt;
}

a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none; }

html
{
	/* background: url("P1000776.JPG") no-repeat center center fixed; */
	/* background: url("P1000941.JPG") no-repeat center center fixed; */
	/* background: url("P1000837.JPG") no-repeat center center fixed; */
	/* background: url("IMG_1676.JPG") no-repeat center center fixed; */
	/* background: url("P1000837a.JPG") no-repeat center center fixed; */
	/* background: url("coffeeset.jpg") no-repeat center center fixed; */
	background: url("coffee.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

<style>
	#bgwhite
	{
		background-color:#FFFFFF;
	}
