html {
margin-left : .2cm;
margin-right : .2cm;
background-color: #ffbf18;
color : #000000;
font-family : Arial, Verdana; sans-serif,
font-size : 8pt;
}
#box1 {
width: 200px;
height: 50px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}
#box2 {
width: 5px;
height: 50px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}
#box3 {
width: 200px;
height: 5px;
border: solid 1px;
margin: auto ;
color: black;
background-color: #ffbf18;
}
#box4 {
width: 200px;
height: 50px;
border: solid 1px;
float: left;
margin: auto ;
color: black;
background-color: #ffbf18;
}
#box5 {
width: 200px;
height: 50px;
border: solid 1px;
float: right;
margin: auto ;
color: black;
background-color: #ffbf18;
}
#centrale {
margin-left :200px;
margin-right : 200px;
border-left : 5px solid #000000;
border-right : 5px solid #000000;
border-top : 5px solid #000000;
padding : 10px;
}
h1 { font-size:15pt }
h2 { font-size:12pt; font-style: sans-serif; color: #000000;}
h3, h4, h5, h6 { font-size:8pt }
img#sinistro {
float: left;
margin: 15px
}
img#destro {
float: right;
margin: 15px;
}
div {
text-align : center;
}
p { margin-left : .2cm;
margin-right : .2cm;
background-color: #ffbf18;
color : #000000;
font-family : Arial, Verdana; sans-serif,
font-size : 8pt;
text-align: justify;
}
a:link {
text-decoration : none;
color : #0000ff;
}
a:visited {
text-decoration : none;
color : #0000ff;
}
a:hover {
color : #ffbf18;
text-decoration : none;
}
table {
border: solid 2px #000000;
text-align: center;
}
td {
solid 1px #000000;
color: Black;
background: #ffffd0;
}