BODY {
 background: #1F3949;
}

A {
 font-family: arial;
 color: darkblue;
 font-size: 100%;
}

A:link {
 font-weight: bold;
 color: #091929;
}

A:visited {
 color: #aa77dd;
}

P {
 font-family: helvetica;
 color: white;
}

H1 {
 font-family: helvetica;
 color: white;
}

H2 {
 font-family: helvetica;
 color: white;
 font-weight: bold;
 font-size: 16;
 line-height: 1em;
}

.commento {
 color: white;
}

#right_arrow {
 position: absolute;
 top: 460;
 left: 865;
}

#left_arrow {
 position: absolute;
 top: 460;
 left: 10;
}

#right_column {
 position: absolute;
 top: 10;
 right: 20;
 width: 210;
 color: white;
 text-align: center;
 font-family: helvetica;
 font-size: 12;
}

#left_column {
 left: 0;
 width: 700;
 color: white;
 text-align: left;
 font-family: helvetica;
 font-size: 14;
}

#left_column:first-letter {
 font-style: italic;
 font-weight: bold;
 font-size: 30;
}

.titleinput {
 background-color: #1F3949;
 font: arial;
 color: white;
 font-weight: bold;
 text-align: center;
 border-width: 0;
}

.callouttitle {
 font-family: helv;
 font-weight: bold;
 font-size: 0.8em;
 color: white;
 background: #091929;
}

.calloutitems {
 font-family: helv;
 font-size: 0.8em;
 background-color: #5F7989;
}

