BODY {
        background: black;
        color: yellow;
}
A:link {
        color: blue;
}
A:visited {
        color: #EE82EE;
}
H1{
        font-family: Verdana,Arial, sans-serif;
        font-size: 12pt;
        text-align: center;
        color: red;
}
H2 {
        font-family: Verdana,Arial, sans-serif;
        font-size: 12pt;
        text-align: center;
        color: #FFFF00;
}
P {
        font-family: Verdana,Arial, sans-serif;
        font-size: 10pt;
        text-align: left;
        color: #FFFF00;
}
.aggior {
        text-align: center;
}
.pageact {
        font-weight:bold;
        text-align: left;
        color: #FF8080;
}
.artic {
        text-align: left;
}
.artic_c {
        text-align: center;
}
.did_c {
        font-size: 12pt;
        text-align: center;
}
.did_s {
        font-size: 12pt;
        text-align: left;
}
.did_d {
        font-size: 12pt;
        text-align: right;
}