body {background-color: #002800;}
#container{width:100%;font-family: Georgia, "Times New Roman", Times, serif;margin:auto;background-color:#002800;border:thick solid #008040;margin:auto;}
* {box-sizing: border-box;}
.header {width:100%;float:left;text-align:left;}
.logo{width:100%;color:#FFFFCC;line-height:2.5em;text-align:right;line-height:3em;margin:auto;border-bottom: medium solid #008040;background-color:#002800;}
h1{width:100%;float:left;margin:auto;font-size:1.2em;line-height:1.2em;color:#FFFFCC;font-weight:normal;text-align:left;text-indent:1em;background-color:#002800;text-indent:1em;border-top:medium solid #008040;}
.navi{float:left;width:99%;font-family: Georgia, "Times New Roman", Times, serif;font-size:1.2em;text-align:center;line-height:2em;background-color:#004824;margin:auto;padding:0.3em;color:#FFFFCC;}
.navi a{text-align:center;text-decoration:none;background-color:#004623;color:#FFFFCC;padding:0.2em 0.3em;margin:0.5em 0.1em;}
.left{width:75%;float:left;font-size:1.1em;line-height:1.2;background-color: #002800;width: 73%;text-align:left;}
.right{width:23%;float:left;padding-left:1em;font-size:1.2em;background-color: #002800;}
.pag{width:100%;float:left;font-family:Helvetica;text-align:center;line-height:2em;margin:auto;}
.pag a {text-align:center;font-size:1.5em;text-decoration:none;background-color:#002800;color:#001A00;margin-bottom: 0.5em;padding:0.2em 0.5em 0.2em 0.5em;	margin-top: 0.5em;	line-height: 2em;}
.row:after {content: "";display: table;clear:both;}
.footer{width:100%;background-color:#002800;line-height:2.3em;color:#FFFFCC;text-align:center;clear:both;}
img {max-width:100%;float:left;height:auto;margin-right:1em;margin-bottom:1em;}
a{color:#FFFFCC}
a:link{color:#FFFFCC;font-style: normal;font-weight:normal;}
a:visited{color:#FFFFCC;}
a:hover{color:#FFFFCC;}
a:active{color:#FFFFCC;}
.t{width:96%;float:left;text-align:justify;font-size:1.2em;height:auto;background-color:#FFFFCC;padding:1.5em;margin: 0.5em;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="column"]{width:100%;}
}
