@charset "utf-8";
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px;
	list-style-type: square;
	list-style-position: outside;
	clip: rect(auto,auto,auto,4px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
li {
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	line-height: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #cc6600;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	text-align: justify;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}




a:hover {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-top: 50px;
}
.specialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FF9900;
}

#color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #ff9900;
	text-decoration: none;
}
