/* MgIsTiO STYLE PAGE*/
/*Everybody must use this style page, if you want to change something change it here, not directly on the web page*/
/*ADVICE: the different web pages must have only the text you want to see, all the style must be defined here*/

body      { color: black; background: white; margin-left: 2%; margin-right: 10%; text-align: center;}
th        { color:#cc5555; }
b         { font-family: "Helvetica, Arial, sans-serif" ;
            color: #cc5555; font-size: x-large; font-weight: bold;
            link:}
b.grey    { font-family: "Helvetica, Arial, sans-serif" ;
            color: #666666; font-size: x-large; font-weight: bold;
            link:}
b.greysm  { font-family: "Helvetica, Arial, sans-serif" ;
            color: #666666; font-size: large; font-weight: bold;
            link:}
b.title   { font-family: "Veranda, Helvetica, Arial, sans-serif" ;
            color: #339977; font-size: xlarge; font-weight: bold; text-align: center;}
p         { color:#444444; font-size: large; font-weight: bold; text-align: justify;}
p.normal  { color:#000000; font-size: small; font-weight: normal; text-align: justify;}
a         { color:#990000; }
a.big     { color:#990000; font-size: x-large;}
a:link    { color:#990000; }
a:active  { color:#000099; }
a:visited { color:#770000; }

/*TABLE'S STYLE*/

table.main {margin-left:auto; margin-right:auto; background: #ffffff; border: solid white;}
table {margin-left:auto; margin-right:auto; background: #ffffff; border: solid black;}
td.l    { border: solid white; color:"#cccccc"; text-align: left;   width: 1px; padding-left: 1em; padding-right: 1em;}
td.c    { border: solid white; color:"#cccccc"; text-align: center; width: 1px; padding-left: 1em; padding-right: 1em;}
td.r    { border: solid white; color:"#cccccc"; text-align: right;  width: 1px; padding-left: 1em; padding-right: 1em;}
td.j    { border: solid white; color:"#cccccc"; text-align: justify;  width: 1px; padding-left: 1em; padding-right: 1em;}
