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

a:link { text-decoration:none; font-weight:normal; color:#DDD; }
a:visited { text-decoration:none; font-weight:normal; color:#DDD; }
a:hover { text-decoration:underline; font-weight:normal; color:#DDD; }
a:active { text-decoration:none; font-weight:bold; color:#DDD; }
a:focus { text-decoration:none; font-weight:normal; color:#DDD; }

body {
	text-align: center;
	background-color:#FFF;
}

.maindiv {
	width:1270px;
	height:800px;
	background-color:#000;
}


.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#DDD;
	text-align:justify;
}

.foto {
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}
