html,body {
    color : white;
    background-color : 'white';
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
}

table {
    /* font-family : Frutiger Linotype, Arial, Helvetica, sans-serif; */
    background-color :#6699cc;

    border-color: #000033;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

/* th,td { border-top: 1px #ccc solid; border-left: 1px #ccc solid; } */

td.content {
    color: light blue;
    background-color : #6699cc;
} 

td.menu {
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

td.header {
    background-color : #000033;
}

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

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

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: blue; text-decoration:underline;} */
a:link { color: #000033; text-decoration:none; }
a:visited { color: #000033; text-decoration:none;}
/* a:hover {color:blue; text-decoration:none;} */
a:hover {color:white; 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:right;
    font-family : Frutiger Linotype, Arial, Helvetica, sans-serif;
    color : white;
}
