BODY {
background-color:#FFFFFF;
font-family: Helvetica,Arial,sans-serif;
}
img {
border: 0px;
}
ol li {
margin-bottom: 2em;
}
a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:hover { 
  background-color:  rgb(100,100, 100); 
  color: white;
}
.short_desc {
color: gray;
font-size: smaller;
}
.menuBody{
width: 100%;
}
.menu{
width: 149px;
vertical-align: top;
white-space: nowrap;
}
.eachMenu{
height: 40px;
text-align: center;
padding-top: 8px;
padding-right: 20px;
font-size: 12px;
background-image: url('img/button_1.gif');
background-repeat: no-repeat;
}
.eachMenu-current{
font-weight: bold;
height: 40px;
text-align: center;
padding-top: 12px;
padding-right: 20px;
font-size: 12px;
background-image: url('img/button_2.gif');
background-repeat: no-repeat;
}
.main{
vertical-align: top;
padding-left: 1em;
padding-right: 1em;
}
.bottom{
text-align: right;
}
.affiliation{
text-align: center;
margin: 2em;
}
.copyright {
text-align: center;
}
#off {
color: gray;
}

