BODY { color: darkBlue; font-size: 12pt; font-family: Arial; }
A:link { color: yellow }
A:visited { color: yellow }
A:active { color: "red"; weight: bold }
A:hover { color: "red"; weight: "bold"}

H1 { text-align: center ; color: Red; weight: bold; font-size: 22pt;}
H2 { text-align: left ; color: darkRed; weight: bold; font-size: 16pt;}
H3 { text-align: left ; color: darkRed; weight: normal; font-size: 12pt;}

HR {color: RED}

P.name { color: Blue; weight: bold; font-size: 12pt;}
P.footer {color: Blue; font-size: 10pt; Font-Style: italic; font-weight: bold }
P.photo { color: Blue; font-size: 12pt; font-family: Arial; }
P.Normal { color: Blue; font-size: 12pt; font-family: Arial; }

.hide { display: none; color: white; }



