<style>

#menu ul {
    height: auto;
    padding: 4px 0px;
    margin: 0px;
}
#menu li { 
display: inline; 
padding: 16px; 
}
#menu a {
    text-decoration: none;
    color: #006600;
    padding: 8px 8px 8px 8px;
}
#menu a:hover {
    color: #F90;
    background-color: #FFF;
}
#menu {
    width: 100x;
    height: 500px;
    font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px #ffffff;
    background-color: #72BB45;
        border-radius: 8px;
}
p {
    font-family: "Times New Roman";
    font-size: 28px;
}
.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button a:link, .button a:visited {
  /* remove the offening underline */
  text-decoration: none;
  color: #333333;
}

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D; 
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: standard-color; 
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}
.link_button a:link, .link_button a:visited {
  /* remove the offening underline */
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #72BB45;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
	font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: left;

}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

img {
   border: 0;
}
.center {
  //text-align: center;
}
.footer-label  {
 //  text-align: center;
   background-color: #72BB45;
}
.action-rules  {
//   text-align: center;
   background-color: #ffffff;
}
h1 {
   text-align: center;
    font-size: 32px;
}

h2 {
    font-size: 28px;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 24px;
}
h4 {
   text-align: center;
   font-size: 18px;
}
h5 {
    text-align: center;
    font-size: 12px;
}
iframe{ 
     width:1000px; 
	 height: 800px; 
	 overflow-x: hidden; 
	 overflow-y: scroll
}
table.tableStandard  th, td {
    border: 1px solid black;
    text-align: center;
  //  background-color: #ffffff;
}

table.tableInvisible {
    border: 0px;
    text-align: center;
    background-color: #ffffff;
}
</style>