@charset "utf-8";
/* Gustavo Barbosa - http://www.gustavobarbosa.com.br */


body {
	margin: 20px;
	font-family: "Lucida Grande", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	position: relative;
	width: auto;
	background-color:#8D8D8D;!important
	}
	
p {
font-size: 16px;
color: #606060;
}

#box {
	width: 46em;
	padding: 10px;
	padding-top: 0px;
	margin: 0 auto;
	border: 1px solid #606060;
	background-color:#999999;
}


a:link, a:visited {
	color: #606060;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dashed 	#B5B5B5;
}

a:hover, a:active, a:focus {
	color:	#4F4F4F;
	text-decoration: none;
	border-bottom: 2px solid #888888;
}

a[href^="mailto"]:hover:after {
 content: " > " attr(title); 
 }
 
a[at], a[dot] { color: #DADADA; }