/*<style type="text/css">*/
body {  background-color:#fff;
		color:#000;
		margin:0;
		padding: 40px;
		font-size:10pt;
		font-family: Georgia, "Times New Roman", Times, serif; 
		}
		
/* Show just the logo, not the whole banner */
#header span { display:none; }
#header { border-bottom: 0.5mm solid #555; }

#header img:after { 
		  			content: "Sui Generis Web site";
		  			font-size: 20pt; }
/*cria pagina em branco arrumar logo mais tarde
#header img { 
				width: 72px; } */
/* Hide the following items */
#nav, #right, #footer { display:none;  }

#left { border-bottom: 0.5mm solid #555; }
#content {  orphans: 4 !important;
			widows: 4 !important;  }

h2, h3, h4 {    padding-bottom: 0.3em;
				border-bottom: 2mm solid #000; }
h1 {    font-size:20pt;
		font-weight: normal;
		line-height: 135%;
		color: #000; }
h2 { font-size:18pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }

/*sera que o pdf nao aceita orphans e widows de jeito nenhum? */
p { font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
	orphans: 4 !important;
	widows: 4 !important;  }

/*acho que sei porque orphans and widows nao funcionam aqui: 
o p e todo o blockquote. se fosse dividido ao inves de usar br/
daria certo. Vale a pena mudar tudo por causa dessa versao impressa
teria que ser ajustado o padding entre p dentro do blockquote no style.css tambem */
blockquote p {  font-size:8pt;
				line-height: 135%;
				letter-spacing: 0.05em;
				}

ul li  {font-size:8pt; 
		line-height: 135%;
		letter-spacing: 0.05em; 
		padding:0 0 10px; }


a { page-break-inside: avoid; }				

/*Links black */
a:link, a:visited, a:active { color:#000;
							  text-decoration:underline;  }

/* Show Urls only inside the article container, nao funciona no IE */
#left a:link:after, a:visited:after { 	font-size:7pt; 
										background: #555;
										text-decoration:none; 
										content: " ("attr(href)")";
																		}		
					

img { border: 0; }






/*</style>*/