html,body {
    color : white;
    background-color : black;
}


p,ul,li {
    font-size : 100%;
    /* font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;  */
    color : white;
    background-color : black;
}

h1 {
    font-size : 150%;
/*    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;*/
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
    color : white;
}

h2 {
    font-size : 120%;
/*    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; */
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
    color : white;
}

/* a:link {color: white; text-decoration:underline;} */
a:link {color: white; text-decoration:none;}
a:visited {color: white; text-decoration:none;}
a:hover {color:yellow; text-decoration:underline;}

a.google:link{color:white; text-decoration:underline;}
a.google:visited{color:white; text-decoration:underline;}
a.google:hover{color:yellow; text-decoration:underline;}

.headerShow{
    font-size : 120%;
	text-align:center;
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
    color : white;
}