@charset "utf-8";

@charset "utf-8";

/* 
Pedro Lima - Default CSS 
*/

html, body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:white;
	background-color: #000;
	margin: 0;
	padding: 0;
}

a:link
{
	text-decoration: none;
	color: #FFF;	
}

a:focus, object:focus 
{ 
	outline: none; 
	-moz-outline-style: none; 
}