/*
 * Style sheet for Grens
 */

BODY { 
background-color: #776666;
text-align: center;
font-size: 12pt;
font-weight: bold;
}

H1 {
text-align: center;
font-size: 16pt;
font-weight: bold;
}

TABLE {
background-color: #ccffcc;
}

td {
vertical-align: top;
}

p {
text-align: center;
font-size: 15pt;
font-weight: bold;
}