
/* ---------- LINK --------- */

A:link{
   color: rgb(33,42,123);
}

A:visited{
   color: rgb(33,42,123);
}

A:active{
   color: rgb(128,0,128);
}

/* ---------- BODY --------- */

BODY{
   margin: 0px;
   padding: 0px;
}

BODY.Main{
   background-color: F0F8FF;
}

BODY.Back{
   background-color: 9FB6CD;
}

BODY.Start{
   background-color: #212A7B;
}

/* ---------- TEXT --------- */

H1{
   font-family: Arial, Helvetica;
   font-size: 20pt;
   font-weight: bold;
   color: rgb(33,42,123);
}

H2{
   font-family: Arial, Helvetica;
   font-size: 18pt;
   font-weight: bold;
   color: rgb(0,0,128);
}

H3{
   font-family: Arial, Helvetica;
   font-size: 15pt;
   font-weight: bold;
   color: rgb(33,42,123);
}

H4{
   font-family: Arial, Helvetica;
   font-size: 13pt;
   font-weight: normal;
   color: rgb(33,42,123);
}

P, OL, UL{
   font-family: Arial, Helvetica;
   font-size: 12pt;
   font-weight: bold;
   color: rgb(33,42,123);
   text-align: left;
}

.big{
   font-family: Arial, Helvetica;
   font-size: 14pt;
   font-weight: normal;
   color: rgb(33,42,123);
   text-align: left;
}

.bigbold{
   font-family: Arial, Helvetica;
   font-size: 12pt;
   font-weight: bold;
   color: rgb(33,42,123);
   text-align: left;
}

small{
   font-family: Arial, Helvetica;
   font-size: 8pt;
   font-weight: normal;
   color: rgb(33,42,123);
   text-align: left;
}

OL.decimal{
   list-style-type: decimal;
}

/* ---------- FORMULAR --------- */

INPUT, TEXTAREA{
   font-family: Arial, Helvetica;
   font-size: 9pt;
   font-weight: normal;
   color: rgb(33,42,123);
   background-color: #eeeeee;
}

INPUT.button{
   font-weight: bold;
   text-align: center;
   background-color: #8f8f8f;
}

