table {
}

a:link {
	color:#cccccc;
	text-decoration:none;
}
a:visited {
	color:#cccccc;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
}
a:active {
	color:#cccccc;
	text-decoration:none;
}
body {
	background-color: #000000;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: .8em;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: #cccccc;
	text-align: center;
	margin: 10px 0 10px 0;
}
#foto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cccccc;
	text-align: center;
}
#menu {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.active { 
	border: 1px solid #cccccc;
}


