body {
	background-image:  url("flake.jpg");
}
p,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999966;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #999966;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #999966;
	font-style: italic;
	text-align: center;
}
.green_1 {
	color: #cccc66;
}
.green_2 {
	color: #663333;
}
.gold {
	color: #ffcc33;
}
.red {
	color: #666633;
}
a:link {
	color: #0099cc;
}
a:hover {
	color: #0099cc;
	background-color: #333366;	
}
a:visited {
	color: #333366;
	background-color: #DED5D0;
}
