@CHARSET "ISO-8859-1";

.txt {
	margin: 10px 50px; /*10px 50px 10px 20px;*/
	text-align: justify;
}

h1 .about {
	text-decoration: none;
	color: #666666;
	font-size: .8em
	
}

h1 .about:hover {
	color: #f26522;
}

p .about {
	float: right;
}

.link {
	text-decoration: none;
	color: black;
	opacity: .7;
}