
BODY {
    margin: 		30pt;
    background-color: 	#dabdad;
    font-family:	arial, helvetica, sans-serif;
    font-weight:        500;
    color: 		black;
}

PRE {
    color: 		#a52a2a;   /* il brown di linux */
    font-family: 	"courier new", courier, sans-serif;
    font-style: 	normal;
}

P {
    color: 		black;
    font-family: 	arial, helvetica, sans-serif;
    font-style:  	normal;
    text-align:		justify;
    line-height:	1.2;
}

EM {
    color:		black;
    font-family: 	arial, helvetica, sans-serif;
    font-style: 	normal;
    font-weight: 	normal;
    text-align: 	right;
}

A {
    color:		darkgreen;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    font-weight:	normal;
    text-align:		left;
    text-decoration:	none;
    display:		inline;
}


H1 {
    color:		#903020;
    font-family:	"Arial Rounded MT Bold", arial, helvetica, sans-serif;
    font-weight:	bold;
    font-size:		18pt;
    text-align:		center;
}

H2 {
    color:		#903020;
    font-family:	"Arial Rounded MT Bold", arial, helvetica, sans-serif;
    font-style:		normal;
    font-weight:	bold;
    font-size:		x-large;
    text-align:		left;
}

H3 {
    color:		#B04030;
    font-family:	"Arial Rounded MT Bold", arial, helvetica, sans-serif;
    font-size:		x-large;
}

H4 {
    color:		brown;
    font-size:          large;
    font-family:	"Arial Rounded MT Bold", arial, helvetica, sans-serif;
    text-align:		right;
}

LI {
    color:      	black;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    text-align:		justify;
    list-style:		disc;
}

UL {
    color:		black;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    text-align:		justify;
}

OL {
    color:		black;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    text-align:		justify;
}

TABLE {
    color:		black;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    text-align:		justify;
    font-size:          medium;
    padding:            5pt;
}

TD {
    color:		black;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    text-align:		justify;
    padding-right:      10pt;
    font-size:          medium;
}

.right { text-align: right;}

