/* ../tintazul.css - folha de estilos para o meu site pessoal */

/*** Tags HTML ***/

body, table {
  font-family: Helvetica, Arial, sans-serif; line-height:125%}

body {
	margin: 0 0 0 19px; color: #2e3436 /* Aluminium 6 */; background-color: #F9FCFC;
	background-image:url('background.png'); background-position:left top; background-repeat:repeat-y;}

a { text-decoration:none; color:black; border-bottom:1px dotted #555753 }
a:hover {
	color: #204a87 /* Sky Blue 3 */; border-bottom:1px dotted #204a87 }
a:visited {color: #5c3566 /* Plum 3 */;}
a:active {color: #a40000 /* Scarlet Red 3 */;}

h1, h2, h3, h4 {color: black; }

th {text-align: left; font-weight: bolder; border-bottom:1px solid}

/*** Classes ***/

div.head {
  height:100px; background: url('background.png'); 
  padding: 0px 0px 0px 19px; font-weight: bold; letter-spacing:0.1em;
  }
div.title {line-height:50px; font-size: 130%}
div.title a {color:#555753}
div.title a:hover {color:black; }
ul.navigation {line-height:50px; font-size: 120%; margin:0;padding:0}
ul.navigation li {display:inline; padding-right:.5em; list-style-type:disc;}
ul.navigation a {color:#2e3436 /* Aluminium 5 */ }
ul.navigation a:hover {color:black; }
div.contents{padding:0 19px}

td.idem {
	padding-left:2em;
}
.fcf-initial{
	font-size:250%;position:relative; color:#babdb6 /* Aluminium 3 */; font-style:italic; font-weight:bolder; top:25px;}
.twtr-doc a {border-bottom:none}
.twtr-widget{float:right}
table.book{clear:both}
