A:link{ color:#989440; text-decoration:none; }
A:hover{ color:#000000; text-decoration:underline; }
A:active{ color:#989440; text-decoration:none; }
A:active:hover{ color:#000000; text-decoration:underline; }
A:visited{ color:#989440; text-decoration:none; }
A:visited:hover{ color:#000000; text-decoration:underline; }

#header {
    display: block; overflow: hidden;
  position:fixed;  left: 0px; right: 0px; top: 0px;
  color: inherit;
  background-color: rgb(184,38,25);
  background-color: rgb(255,255,255);
  width: 100%;
  height: 100px;
}
#header .HA {   font-size: 2em; }
#header .HR {   color: rgb(184,38,25); }
#header .HI {   font-size: 4em; }

#header .HA2 {   font-size: 2.5em; }
#header .HI2 {   font-size: 2.5em; }

#thepaperback {     display: block;
  float:left;
  position:center;  margin-top: 101px; margin-left: 202px; margin-right: 202px; height:800px;
}
#thepaper {     display: block;
 margin-top: 101px;   
 margin-bottom: 24px;   
    margin-left: 202px;
    margin-right: 202px;
  background-color: white;
}
#thenavi {     
    margin-left: 0px;
     display: block;
     width: 170px;
     float: left;

// background-color: yellow;
}
#thetalk {     display: block;
  width: 200px;
  float: right;
  background-color: silver;
}




a.leftmenu:link {
display : block; 
padding-top : 2px; 
padding-right : 2px; 
padding-bottom : 2px; 
padding-left : 2px; 
border-style : solid; 
border-top-width : 0; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px; 
width : 170px; 
font-weight : normal; 
text-align : left; 
} 

a.leftmenu:hover {
display : block; 
padding-top : 2px; 
padding-right : 2px; 
padding-bottom : 2px; 
padding-left : 2px; 
border-style : solid; 
border-top-width : 0; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px; 
width : 170px; 
font-weight : normal; 
text-align : left; 
background-color: yellow;
} 

a.leftmenu:visited {
display : block; 
padding-top : 2px; 
padding-right : 2px; 
padding-bottom : 2px; 
padding-left : 2px; 
border-style : solid; 
border-top-width : 0; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px; 
width : 170px; 
font-weight : normal; 
text-align : left; 
} 



#footer {
  position:fixed;  left: 0px; right: 0px; bottom: 0px;
  color: inherit;
  background-color: rgb(184,38,25);
  width: 100%;
  height: 10px;
}


input,textarea { background-color:#99CCFF;color:blue; }

img { border:0; }


h1,h2,h3,h4
{
  margin: 0px;
}


@media print {

#header {     display: none; }
#thenavi {     display: none; }
#thetalk  {     display: none; }
#footer {     display: none; }
#thepaper {     display: block;
 margin-top: 0px;   
 margin-bottom: 0px;   
    margin-left: 0px;
    margin-right: 0px;
}
}