body {
	background-image: url(../Images%20for%20web/Backgrounds/gr3.jpg);
	background-attachment: fixed;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #D1C0A7;
}
td {
	font-size: 24px;
	color: #D1C0A7;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 18px;
	color: #D1C0A7;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #D1C0A7;
}
a:visited {
	color: #D1C0A7;
}
a:hover {
	color: #F2F5F7;
}
a:active {
	color: #D1C0A7;
}
