H1 { font-family: "arial";
     font-size: 16pt;
     color: yellow;
     font-weight: bolder;
     font-style: italic;
}
H2 {font-family: "arial";
    font-size: 14pt;
    color: yellow;
    font-weight: bolder;
    font-style: italic;
}
H3 {font-family: "arial";
    font-size: 12pt;
    color: white;
    font-weight: bolder;
    font-style: italic;
}
p { font-family: "Arial";
     font-size: 12pt;
     color: #ffffff;
}
a:link {font-family: "Times New Roman";
        color: #fffff1;
        font-style: italic;
}
a:visited {color: #fffff1;
          }
#p1 {font-family: "Arial";
     font-size: 10pt;
     color: blue;
}
#navbar {font-family: "Arial";
         font-size: 10pt;
         font-weight: bolder;
         background-image: url(bg_navigation.png);
}
#navbar a:link {font-family: "Arial";
                color: black;
                font-size: 10pt;
                text-decoration: none;
                font-style: normal;
                background-image: url(bg_navigation.png); 
                 }     
#navbar a:visited {color: black;
                   font-size=10pt;
                   text-decoration: none;
		  }
#advcomm {font-family: "Arial";
         font-size: 10pt;
         background-color:white;
        }
