/* body
----------------------------------------------- */
body {
  color:#333;
  margin:0;
  padding:0;
}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt,.tt {font-family:monospace;*font-size:108%;line-height:100%;}
input,textarea {font-size:99%}

a {text-decoration: none;}
a:link {color: #79a24c;}
a:visited {color: #59822c;}
a:active {color: #369;}
a:hover {color: #69c; border-bottom:1px dotted #ccc;}

a.nh:hover, a img {border-style:none;}


/* html
----------------------------------------------- */
p {margin: 0 0 1.3em 0;}
hr {
  color: #ddd;
  border: 0;
  background-color: #ddd;
  height:1px;
  margin:10px 0;
}
em {
  color:red;
  font-style:normal;
}
u, .u {
  text-decoration:none;
  border-bottom:2px solid #bbb;
}
b, .b {font-weight:bold;}
i, .i {font-style:oblique;}

/* font
----------------------------------------------- */
body, p, td, li, input, textarea, select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
  margin:0;
}

/* footer
----------------------------------------------- */
#footer {
  clear:both;
  position: relative;
  font-size:92%;
  color:#79a24c;
  border-top: 1px solid #ddd;
  margin:15px 0 10px 0;
  padding-top:10px;
}
#footer .goga {
  margin-top:10px;
}
/* #footer a {
  font-weight:bold;
  color:#79a24c;
} */

