  html {
min-height: 101%;
}  
  body {
	margin: 0px;
	font-family: sans-serif;
	background-color: #2AA9A1;
}

table {
	font-size: 16px;
	table-layout: fixed;
}
.page {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}
  
  a {
	color: #33995f;
	text-decoration: none;
}

  a:hover { text-decoration: underline;
    }


     a.menu {
	text-decoration: none;
	font-size: 16px;
	color: #33995f;
	font-weight: bold;
}

  .big2 {
	font-size: 22pt;
	color: #BA55D3;
}
  	
big {
	font-size: 20px;
	color: #b22222;
}

small {
	font-size: 16px;
        color: #b22222;
}

