body 			{
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				}
			
a:link 			{
				text-decoration: none;
				}

a:visited 		{
				text-decoration: none;
				}

a:hover 		{
				text-decoration: underline;
				}

a:active 		{
				text-decoration: none;
				}
			
.texto_cinza	{
				font-family:verdana;
				font-size: 14px;
				color:#615b60;
				font-weight:bold;
				}
			
.texto_laranja	{
				font-family:verdana;
				font-size: 14px;
				color:#ff9f00;
				font-weight:bold;
				}