/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fee4d5;
	background-image: url(Library/images/background.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

table {
	border: 0;
	border-collapse: collapse;
	}
table#content {
	width: 750px;
	}

h1 {
	font-size: x-large;
	color: #336666;
	}
h2 {
	font-size: medium;
	color: #336666;
	}
h3 {
	font-size: medium;
	color: #000000;
	}

p {
	font-size: medium;
	}

img {
	border: 0;
	}

a {
	color: #336666;
	}