	
	body
	{
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	img
	{
		border: 0;
	}
	
	p
	{
		margin: 15px;
		text-indent: 30px;
	}
	
	table
	{
		border-collapse: collapse;
		border: 1px solid #000;
		/* para centralizar */
		margin-left: auto;
		margin-right: auto;
	}
	
	table tr, table tr th
	{
		border: 1px solid #000;
	}
	
	table tr td
	{
		border: 1px solid #000;
		padding: 3px;
	}
	
	a:link, a:visited
	{
		color: #000;
		text-decoration: none;
	}
	
	a:hover, a:active
	{
		color: #000;
		font-weight: bold;
		font-size: 14px;
		text-decoration: underline;
	}
	
	ul
	{
		line-height: 20px;
	}
	
	form fieldset
	{
		border: 1px solid #000;
		margin: auto;
		padding: 10px;
		width: 300px;
	}
	
	form fieldset legend
	{
		border: 1px solid #000;
		padding: 2px;
	}
	
	form label
	{
		padding: 5px;
	}
	
	form input, form select
	{
		width: 100%;
		border: 1px solid #000;
		margin-bottom: 3px;
	}
	
	form textarea
	{
		border: 1px solid #000;
		width: 100%;
		height: 200px;
	}