
@media screen{

a {
    font : bold 14px Arial,Sans;
    color : #154500;
    text-decoration : none;
  }


body {
    background : #f5fff0;
    font : 14px Arial;
    margin : 20px;
    color : #268000;
  }


h2 {
    background-color : #1a6600;
    border-spacing : 50px 50px;
    color : #ffffff;
    font-family : Sans;
    font-size : 18px;
    font-style : normal;
    font-weight : bold;
    text-align : left;
  }


p {
    color : #268000;
    font-family : Sans;
    font-size : 14px;
    font-weight : normal;
    text-align : justify;
    text-indent : 30px;
  }
  
li ol ul{
    color : #268000;
    font-family : Sans;
    font-size : 14px;
    font-weight : normal;
    text-align : justify;
    text-indent : 30px;
  }

/*.menu {
    background : url('toolbars/butonzZ2.png') no-repeat center center;
    font : normal 12px Arial,Sans;
    margin : 0 0 0 40px;
    color : #246106;
    height : 35px;
    text-align : center;
    text-indent : 20px;
    width : 140px;
  }
*/


.menu {
    background-color : #b1d803;
    border-bottom-color : #8ba903;
    border-bottom-style : solid;
    border-bottom-width : 3px;
    border-left-color : #d1ff04;
    border-left-style : solid;
    border-left-width : 3px;
    border-right-color : #8ba903;
    border-right-style : solid;
    border-right-width : 3px;
    border-top-color : #d1ff04;
    border-top-style : solid;
    border-top-width : 3px;
    text-align : center;
    vertical-align : middle;
  }
table {
	width:80%;
	}
  
a:hover {
    font : bold 14px Arial,Sans;
    color : #ff0000;
    text-decoration : none;
  }
}

h1 {
    text-align : center;
  }


