@charset "utf-8";
/* CSS Document */

/* Set up basic body characteristics */
body,td,th {
/*	font-family: "Lucidia Calligraphy", "Monotype Corsiva", Georgia, "Times New Roman", Times, serif, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	color: #000000;
}

body {
	background-image: url(/bg/marble-cream04.jpg);
	background-attachment: fixed;
	text-align: center;
}


/* Set up variations on text */

.bold {font-weight: bold}

.italic {font-style: italic}

.x-large {font-size: x-large}

.medium {font-size: medium}

.highlight {background-color: yellow}

.red {color: Red}

