body {
   background-color: #185218;
   background-attachment: fixed;
   font-family: arial;
   font-size: 12pt;
   color: #fff5d3;
}

a {
   text-decoration: none;
   color: #e6b300;
}

a.menu {
   font-size: 14pt;
}

dt {
   font-weight: bold;
}

dd {
   margin-bottom: 12pt;
}

span.title_upper {
   font-size: 48pt;
}

span.current {
   font-size: 14pt;
}

div.title {
   width: 100%;
   margin-top: 10px;
   margin-bottom: 20px;
   font-family: "rage italic", cursive;
   font-size: 36pt;
   color: #e6b300;
   text-align: center;
}

div.menu {
   width: 100%;
   padding-top: 10px;
   padding-bottom: 40px;
   padding-left: 10px;
   padding-right: 10px;
   border-right-width: 2px;
   border-right-style: solid;
   border-right-color: #e6b300;
   text-align: right;
   font-size: 10pt;
   color: #ffffff;
}

div.content {
   width: 100%; height: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 60px;
   padding-right: 30px;
}

div.content_head {
   width :100%;
   margin-bottom: 20px;
   text-align: left;
   color: #e6b300;
   font-size: 18pt;
   font-weight: bold;
}

div.pic_frame {
   border-style: solid;
   border-width: 2px;
   border-color: #e6b300;
   overflow: hidden;
   margin-bottom: 10px;
}

em {
   font-weight: bold;
}