body {
	background-image: url("http://www.fromtheheartpostcards.com/greetingcards/bgxmas9.jpg");
	x-background-repeat: no-repeat;
	x-background-attachment: fixed;
	background-position: top left;
	background-color: white;
} 

p { 
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	font-family: x-impact, arial;
	font-size: 12px;
	color: white;
}

p#footer {
	text-align: center;
	font-size: 14px;
	font-family: impact, arial;
}

a:link {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: ivory;
	text-decoration: underline;
}

a:hover {
	color: darkred;
}

img.square {
   border-right: black solid 1px;
   border-bottom: black solid 2px;
   padding: 1px;
   background-color: white;
   margin: 2px;
   height: 75px;
}

img.wide {
   border-right: black solid 1px;
   border-bottom: black solid 2px;
   padding: 1px;
   background-color: white;
   margin: 2px;
   width: 175px;
}
