		.body       {width: 600px}
		* 			{font-family: tahoma, sans-serif;
					 font-size: 10pt}
		h1			{font-size: 18pt; color: rgb(25%,25%,70%);
		             margin-top: 1cm}
		h2			{font-size: 16pt; color: rgb(40%,40%,90%);
		             margin-top: 1cm}
		h3			{font-size: 12pt; color: rgb(50%,50%,100%)}
		td {border-style: solid; border-width: 0px; 
	        border-bottom-width: 1px; border-color: rgb(90%,90%,100%)}
		table.curso	{border-width: 1px; border-style: solid; border-color: blue;
		             padding: 2px; margin: 2px}
		td.codigo	{width: 50px}       
		td.titulo	{width: 700px}
		td.ch		{width: 100px; text-align: right}
		tr.head     {font-weight: bold; background: navy; color: white;
		             padding:2px}
		td.resumo	{}
		td.pre		{background: rgb(90%,90%,100%)}
		a:link, 
		a:visited   {text-decoration: none}
		a:hover     {text-decoration: underline}
		td.codigo a,
		td.titulo a {color: yellow}