/* LAYOUT */
body {
background-color: white;
color:black;
}
#page {
width:37em;
margin:auto;
}

#headertext {
text-align:right;
font-size:.8em;
}


#menu{
display:none;
}


a img {border:none;}


#content {
clear:right;
}

#footer{
display:none;
}


a {
color:black;
text-decoration:none;
}



.invisible{
display:none;
}
.cleaner{
clear:both;
}

/* TYPO */
body{
font-family: serif;
line-height: 1.4em; 
font-size:90%;
}
p {
margin: 0;
text-indent: 2em;
}
h2, h3, h4, h5, h6{
line-height: 1.3em;
margin: 1.1em 0 0.3em 0;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
}
img.r{
float:right;
}
img.l{
float:left;
}
p.noindent{
text-indent: 0;
}
ul, ol{
margin:0 1.5em;
}

#text iframe{
width:100%;
height:35em;
}


/*** POLL ***/
.poll{
display:none;
}

/*** BOOK ***/

.book input, .book textarea{
width:100%;
}


.banner{
display:none;
}

