body
{
  background-color: white;
  color: black;
  line-height: 150%;
  }

.closeBox { 
            float: left;
            color: white;
            background-color: darkgray;
            cursor: default;
            margin-right: 0.3em;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

/* ******************************* */

.titleBar
{ /* IE */
  line-height: 130%;
  padding-top: 0.3em;
  padding-left: 0.3em;
  background-color: #CCCCCC;
 }

div.area
{
  background-color: white;
}

.areaLv1 .titleBar
{ 
  border-left: 1px solid #99CCFF;
  border-right: 0.5em solid #99CCFF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-right: 0.1em;
  }

h1 { font-size: 110% }
h2 { font-size: 105% }
h3 { font-size: 100% }

/*
h1.tech
{ 
  border-left: 1px solid #339966;
  border-right: 0.5em solid #339966;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-right: 0.1em;
  }
*/

div.content
{
  margin: 1em;
  }

div.figure img
{ 
  border: 1px solid black;
  
  }

.right
{ 
  text-align: right;
  }