body{
	width: auto;
	background: white;
	font-family: verdana,arial,sans-serif;
	font-size: 9pt
}

div#header {
	background: url(img/s53.jpg) no-repeat top left;
	height: 480px;
	width: 615px;
	text-align: center
}

div#header a {
	text-decoration: underline;
	font-style: italic;
	color: #f9ffd8;
}

div#header a:hover {
	text-decoration: none;
	font-style: italic;
	color: #ffd26a;
}

div#content {
	margin-left: 13em;
	margin-top:0px;
	width:60em;
}

div#navigation {
	position:fixed;
	float:left;
	border: #000000 1px solid;
	width: 12em;
	background: #e4fffa;
	padding: 2px;
}

div#navigation a{
	display:block;
	text-decoration: none;
	font-style: normal;
	color: #bb3333;
}

div#navigation a:hover{
	color: #ffffff;
	background: #bb3333
}

div#tux {
	text-align:center
}

div#tux a {
	display: inline
}

div#tux a:hover {
	background: transparent	
}

h1,h4 {
	color: white
}

h3 {
	color: #bb3333
}

div.code {
	border: #000000 1px solid;
	padding: 3px;
	color: #000000;
	font-family: 'Courier New' , Monospace;
	background: #e2f5e2;
	text-align: left;
}

table.resoconto {
	border: 0
}

table.resoconto td {
	border: 1px solid black;
	padding: 2px
}

a {
	text-decoration: underline;
	font-style: italic;
	color: #555f62;
}

a:hover {
	text-decoration: none;
	font-style: italic;
	color: #bb3333;
}


