/*
 * Start:
 * Style sheet -- CSS2 specification
 */


BODY	{text-align: center;
	background-color: ghostwhite; color: black;
		font-family:tahoma; font-size:10pt}


/*
 *front page table
 */

TH.large {color: white; background-color: midnightblue ; font-size: 110%}
TH.large2 {color: white; background-color: darkred ; font-size: 110%}

TD.none {background-color:ghostwhite}

TD.large {color: white; background-color: midnightblue ; font-size: 120%; font-weight:bold}
TD.large2 {color: white; background-color: darkred ; font-size: 120%;  font-weight:bold}

TD.normal {background-color: lightsteelblue}
TD.normal2 {background-color: moccasin}

TH {color: white; background-color: black ; font-size: 110%; text-align: center}
TD {background-color:lightgrey; vertical-align:top;}

TH.rightside {color: white; background-color: darkgreen ; font-size: 110%}
TD.rightside {background-color: seagreen; font-size: 75%}

/*
 *titoli
 */
 
H1 {Font-size: 350%; font-family: "Marriage"; src: url(MARRIAG0.html) }
H1.small {Font-size: 250%; font-family: "Marriage"; src: url(MARRIAG0.html)}

H2	{font-style: italic;
	text-align: center; font-family: sans-serif;
	Font-size: 200%; margin-top: 0em; margin-bottom: 1em}

H4	{text-align:center; margin-top:0.5em;}
	
SPAN.small {font-size: 70%}


HR.abs	{margin-top: 0.5em; margin-bottom: 0.5em;
		align: center; color: midnightblue; width:700}
HR.rel	{margin-top: 0.5em; margin-bottom: 0.5em;
		align: center; color: midnightblue; width:90%}

A {text-decoration: none; color: green; font-weight: 700}
A.fine {text-align: center; text-decoration: none; font-weight: 800; font-size:75%; font-family: verdana; color: orangered}
A.anchor1 {Text-decoration: none; font-weight: 800; text-align: center; color: midnightblue}
A.anchor2 {Text-decoration: none; font-weight: 800; text-align: center; color: darkred}
A:hover {text-decoration: underline}

A.spento {text-decoration: none; color: black; font-weight: 700}


P.update {font-size: 70%; border: ridge thin midnightblue; text-align: center; font-family: verdana; margin-top: 2em; width:90%}


SPAN.scrittura {font-family: "Viner Hand ITC"; src: url(VINERHA0.html); Font-size:90%}

IFRAME	{width:100%; height:100%; padding:0; margin:0}

/*
 *txt scroller 1
 */
 
#msgline{position:relative;layer-background-color:black;width:250;height:12;align:center}

#msgtext{background-color:black;position:relative;border: 1px solid red;width:250px;height:12;}

.msgtextfont{font: 12px "Courier New";postition:absolute;left:5px;text-decoration:none;color:white;}

.msgtextfont a{text-decoration:none; color:red}

/*
 * End:
 * Style sheet -- CSS2 specification
 */