/* ------------------------------------ *
 CSS
 mercoledì 1 dicembre 2004 13.51.24
 HAPedit 3.1.11.111
 * ------------------------------------ */

A:hover{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}
A:link{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}
A:visited{
 text-decoration: none;
 color: #C0C0C0; /*silver*/
}

body{
 background-color: #990000;
 color: "#000000";
 /* color: solid red;*/
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
 margin-left: 0;
 margin-top: 0;
 text-align: center;
}

/* TABELLE */

table {
 background-color: "#990000";
 border: 0;
 border-color: "#000000";
 border-spacing: 0px;
 border-collapse: collapse;
 padding: 1;
 text-indent: 0;
 text-align: center;
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
}

td{
 background-color: "#990000";
 text-align: center;
 color:  #000000;
}

/* CLASSI */

.big{
 font-size: 18pt;
}

.blank_row{
 background-color: #990000;
 color: #990000;
 height: 10px;
}

.caption_l{
 background-color: #990000;
 color: #C0C0C0;
 font-size: 12pt;
 text-align: left;
}


.caption_r{
 background-color: #990000;
 color: #C0C0C0;
 font-size: 12pt;
 text-align: right;
}

.caption_c{
 background-color: #990000;
 color: #C0C0C0;
 font-size: 12pt;
 text-align: center;
}

.date{
 background-color: #990000;
 color: #C0C0C0;
 font-size: 12pt;
}
.evidence_l{
 font-style: italic;
 text-align: left;
 font-size: 18pt;
}

.hor_line{
 background-color: #000000;
 height: 1px;
}


.people{
 background-color: #990000;
 color: #C0C0C0;
 font-size: 18pt;
 text-align: right;
 height: 80px;
}

.place{
 font-style: italic;
}
.role{
 font-style: italic;
 font-size: 18pt;
 text-align: left;
 height: 80px;
}
.text_cell{
 background-color: #990000;
 border-color: #000000;
 color: #000000;
 text-align: center;
}

.text_cell_l{
 background-color: #990000;
 border-color: #000000;
 color: #000000;
 text-align: left;
}


.ver_line{
 background-color: #000000;
 width: 1px;
}



