/*  Style sheet for Documents */

body{background-color:#FFEECC; line-height:1.2em;}


#header{ 
  padding: 0em 0em 0em;
}

#main{
  float: left;
  width: 100%;
}

#inner{
/*  border-width: 5.2em; */
  float: left;
  width: 100%;
  border-color:white;
/*  padding:1em 1em 1em 1em; */
/*  background-color:#FFFFDD; */
/*  margin-left: 9.5em;
  margin-right: 2em;
  margin-top:   0.8em;
  margin-bottom:1em;  */
}


#footer{
  clear: both;
  width: 100%;
}

div.contents{
  margin: 0.4em 0.8em 0.2em 0.2em;
  width: 8em;
  border-style:outset;
  border-width: 0.1em 0.2em 0.2em 0.1em;
  border-color:navy;
  padding: 0.4em 0.0em 0.4em 0.0em;
  background-color:#EEBB88;
  text-align: center;
}

div.contents a{display: block;}
div.contents a:link{color:navy; text-decoration: none;}
div.contents a:active{color:navy; text-decoration: none;}
div.contents a:visited{color:navy; text-decoration: none;}
div.contents a:hover{color:navy; text-decoration: none;}

