p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-indent: 10px;
}
body {
	background-color: #FFFF99;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.text a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif
}
.text a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif
}
.text a:active {
	color: #FF3333;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif

}