@charset "UTF-8";
/* CSS Document */

.body_text {
	font-family: "American Typewriter", Courier, "Courier New";
	font-size: 16px;
	line-height: normal;
	text-align: justify;
	color: #FFFFFF;
}

.little_text {
	font-family: "American Typewriter", Courier, "Courier New";
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	color: #FFFFFF;

}
A:link {
	color: #009ddb;
	text-decoration: none
}
A:hover {
	color: #009ddb;
	text-decoration: underline;
}
A:visited {
	color: #009ddb; 
	text-decoration: none
}

