
/* renovando */
	#renovando { width: 750px; margin-left: auto; margin-right: auto; color: #aaa; padding-bottom: 10px; }
	#renovando A, #renovando A:active, #renovando A:link, #renovando A:visited {
			  color: white;
			  text-decoration:none;
			  border-bottom: solid 1px #777;
			  }
	#renovando A:hover { color: #fff; text-decoration:none; border-bottom: 1px solid #cc3e26; margin-bottom: 2px; }
	
	p.importante {
		width: 90%;
		margin: auto;
		font-size: 1.1em;
		line-height: 1.5em;
		color: white;
		}
		
/* Things You Should Know */
	#youshouldknow {
		width: 750px;
		margin: auto;
		background-color: #111;
		padding: 5px 20px;
		margin-top: 20px;
		border: 1px solid #CC3E26;
		}
	#youshouldknow h1 {
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		padding: 0 0 0 0;
		color: #fff;
		}
	#youshouldknow h2 {
		font-size: 16px;
		font-weight: normal;
		padding: 0 0 0 0;
		color: #ddd;
		}
	#youshouldknow h3 {
		font-size: 14px;
		font-weight: normal;
		padding: 0 0 0 0;
		color: #ddd;
		}
	#youshouldknow p {
		padding-top: 0;
		}
	#youshouldknow A, #youshouldknow A:active, #youshouldknow A:link, #youshouldknow A:visited {
			  color: white;
			  text-decoration:none;
	}
	#youshouldknow A:hover { color: #fff; text-decoration:none; border-bottom: 1px solid #cc3e26; margin-bottom: 2px; }

