body{
 color	: #555588;
 background	: #f0ffee;
 margin	: 0% 8% 5% 8%;
 font-size	: 100%;
 line-height	: 160%;
}

a{
 text-decoration: underline ;
 font-weight	: bold;}
a:link{
 color		: #333399 ;	}
a:visited{
 color		: #333399 ;	}
a:hover{
 background-color:#eeddff ;
 text-decoration: underline ;	}
a:active{
 text-decoration: line-through ;}

p{
 width	: 30em ;
 margin	: 0.2em 1.0em 0.2em 1.0em;
 text-indent	: 1.0em;
}
p.comment{
 font-size	: 80%;
 margin : 0.0em 2.0em 0.0em 2.0em;
 text-indent	: 0.0em;
}

table{
 font-size	: 100%;
 line-height	: 130%;
}

img{
 border-style	: none;
}

strong{
 font-style	: normal;
 font-size	: 100%;
 font-weight	: bold;
}

address{
 font-style	: normal;
 font-size	: 100%;
 font-weight	: normal;
}

blockquote{
 margin		: 0.6em 1.2em 0.6em 1.2em;
 font-style	: normal;
 font-weight	: normal;
}

h1{
 margin		: 1.0em 2.5em 0.8em 2.5em;
 font-style	: normal;
 font-size	: 200%;
 font-weight	: bold;
 line-height	: 100%;
}
h2{
 margin		: 1.3em 2.0em 0.4em 2.0em;
 font-style	: normal;
 font-size	: 150%;
 font-weight	: bold;
 line-height	: 100%;
}
h3{
 margin		: 1.0em 0.0em 0.2em 0.0em;
 font-style	: normal;
 font-size	: 120%;
 font-weight	: bold;
}
h4{
 margin		: 0.6em 1.2em 0.2em 1.0em;
 font-style	: normal;
 font-size	: 110%;
 font-weight	: bold;
}
h3.day{
 margin		: 0.2em 1.0em 0.2em 1.0em;
 font-style	: normal;
 font-size	: 100%;
 font-weight	: bold;
}

hr{
 color	: #999999;
 border	: 0.2em  #999999;
 border-style	: none none dashed none;
}

.backwhite{
 width	: 33em ;
 background-color:#ffffff;
 border-style	: dotted;
 border-width	: 2px;
 border-color	: #cccccc;
}