table,body { margin: 0 0 0 0; background-color: #FFFFFF; background-image: url(image.jpg); background-position: center left; background-repeat: no-repeat; font: 12px Verdana; font-weight: bold; color: #000000; line-height: 19px;  }

p { padding-left: 430px; }

a { text-decoration: none; color: #393215; }
a:hover { text-decoration: underline; color: #000000; }

a.linx { text-decoration: none; color: #3a538d; }
a:hover.linx { text-decoration: none; color: #000000; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */
