  
body
  {
  background-image: url(../res/back.gif);
  background-color: white;
  font-family: Meiryo,Arial Narrow,MS Heisei,sans-serif;
  margin-left: 120px;
  margin-right: 40px;
  }
  
a:visited
  {
  color: #800040;
  text-decoration: none;
  font-weight: bold;
  }
  
a:hover
  {
  font-weight: bold;
  text-decoration: underline;
  }
  
a:active
  {
  font-weight: bold;
  }
  
a:link
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }

h2
  {
  text-align: center;
  }
    
img
  {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  }

img.noborder
  {
  border-style: solid;
  border-color: black;
  border-width: 0px;
  }
  
td.evendivide
  {
  text-align: center;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  }
  
p.display
  {
  font-size: larger;
  font-weight: bold;
  color: #4dadd1;
  }
  
p.displaylarge
  {
  font-size: large;
  font-weight: bold;
  color: #4dadd1; 
  }
    
p.width70p
  {
  margin-left:15%;
  margin-right:15%;
  }
  
.width70p tr
  {
  vertical-align: top;
  }
  
.width70p td
  {
  padding: 12px;
  font-weight: bold;
  color: #336666;
  }
  
.small
  {
  font-size: smaller;
  }
  
.temp
  {
  text-align: right;
  }
  
table.small_text tr td
  {
  font-size: small;
  }

dt
  {
  font-weight: bold;
  }
  
table.noborder
  {
  border-width: 0px;
  }
