/* CSS Document */

body {
	background-image: url(images/back.jpg);
}
.texto01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	clip: rect(auto,auto,auto,5px);
	text-indent: 1em;
}
.texto02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
}
.year {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #990000;
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
