body 
{ 
  font-size: 18px;
  color: #202020;
  line-height: 1.5em;
  border-top: solid 8px #cc6600;
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
 }

a
{ 
  color: #003399;
  text-decoration: none;
 }
a:hover 
{ 
  text-decoration: underline;
 }

input 
{ 
  color: #1938fe;
  border: solid 1px #999;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 4px;
 }

#content 
{ 
  margin: 0 auto;
  width: 920px;
  text-align: left;
  }

h1
{ 
  font-size: 24.0px;
  padding-bottom: 8px;
  color: #cc6600;
  margin: 24px 0;
 }

h2
{ 
  color: #cc6600;
  margin: 48px 0;
  font-size: 22px;
 }

p { 
    margin-left: 14px;
 }

#bat_result, #pv_result, #all_result, #cc_result
{ 
  font-size: 20px;
  font-weight: bold;
  padding: 16px 16px;
  line-height: 1.4em;
  border: 1px solid #C9E1F4;
}

#all_result dd
{ 
  text-decoration: underline;
 }

#title
{ 
  margin: 48px 0;
 }

.footer
{ 
  background-color: #666;
  color: white;
  padding: 16px 16px;
  margin-top: 60px;
  height: 150px;
 }
.footer a {  color: white; }