html, body
{
background-color: #dddddd;
font-family: veranda, arial, helvetica;
color: #000;
}

#wrapper
{
background-color: #7eb8e0;
width: 850px;
margin: 0 auto;
}

/* navigation */
#navigation ul
{
margin: 0;
padding: 0;
width: 100%;
background-color: #99ccff;
float: left;
}

#navigation ul li
{
list-style-type: none;
display: inline;
}

#navigation ul li a
{
text-decoration: none;
padding: 0.2em 1em;
float: left;
border-right: 2px solid #6badde;
font-weight: bold;
color: #000;
}

#navigation ul li a:hover
{
background-color: #6badde;
color: #fff;
}
/* GBOOK */
#content
{
float: left;
background-color: #7eb8e0;
margin: 0 auto;
width: 850px;
}

#content table
{
margin-top: 20px;
margin-bottom: 20px;
}

#content b {
color : #000000;  
font-size : 8pt; 
font-style : normal; 
} 
#content p {
color : #000000; 
font-size : 8pt; 
font-style : normal; 
} 
#content hr {
color : #000000; 
} 
#content h1 {
color : #000000;  
font-size : 12pt; 
font-weight : bold; 
} 
#content h2 {
color : #000000;  
font-size : 10pt; 
font-weight : bold; 
}  
#content a:visited {
color : #000000; 
text-decoration : underline; 
} 
#content a:link {
color : #000000; 
text-decoration : underline; 
} 
#content a:hover {
color : red; 
text-decoration : none; 
} 
#content a:active {
color : red; 
text-decoration : none; 
} 
#content td {
background-color : #ffffff; 
color : #000000;  
font-size : 8pt; 
font-style : normal; 
}
#content td.headcell {
background-color : #cccccc; 
color : #000000;  
font-size : 8pt; 
font-style : normal; 
}
#content td.subcell {
background-color : #eeeeee; 
color : #000000; 
font-size : 8pt; 
font-style : normal; 
}
#content input , textarea {
background-color : #eeeeee;
color : #000000; 
font-size : 10pt;  
}
/* GBOOK end */

#footer
{
float: left;
background-color: #99ccff;
text-align: center;
font-size: 10px;
font-weight: bold;
width: 850px;
margin: 0 auto;
}
