/* CSS Document */

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.title {
	font-family: Times New Roman;
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
}
a:link {
	color: #E7EE7D;
	text-decoration: none;
}
a:visited {
	color: #E7EE7D;
	text-decoration: none;
}
a:hover {
	color: #E7EE7D;
	text-decoration: none;
}
a:active {
	color: #E7EE7D;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
