body 
	{
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS",Arial;
		text-align: center;
		color: #cecece;
		background: #424749;
	}
	
	a:link { font-weight: bold; text-decoration: none; color: #cecece; }
	a:visited { font-weight: bold; text-decoration: none; color: #cecece; }
	
	a:hover, a:active
	{	font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

p	{ font-size: 13px; color: #cecece; text-align: center; }

h1	{ font-size: 16px; font-weight: bold; color: #cecece; text-align: center; }

#foto
	{
		margin: 1em auto;
		width: 600px;
		text-align: center;
	}
