.style1 {color: #FFFFFF}
body {
	background-color: #CCCCCC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Garamond, Georgia;
}
h1 {
	font-size: 24px;
	color: #FF6600;
}
h2 {
	font-size: 20px;
	color: #CC3300;
}
h3 {
	font-size: 18px;
	color: #996600;
}
body,td,th {
	font-size: 16px;
	font-family: Garamond, Georgia;
}
