/* CSS Document */

body {
	background-image: url();
	background-color: #669933;
}
a:link {
	color: #cc6600;
	text-decoration: none;
}
a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
a.lank:link {
	color: #cc6600;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.lank:visited {
	color: #cc6600;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.lank:hover {
	color: #336633;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }
.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; }

