.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;


}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
background-color:#228340;
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;

margin-bottom: 1em;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}