/* CSS Document */

body,td,th {
	color: #333333;
	font-family: "Goudy Old Style", Georgia, "Times New Roman";
	font-size: 14px;
	font-style: normal;
}
body {
	background-color: #999999;
}
h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}
h2 {
	font-size: 14px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #999966;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

