body {
    margin-left: auto;
    margin-right: auto;
    min-width: 480px;
    max-width: 800px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:larger;
    line-height: 1.2em; 
    background:url("");
    background-color: #cccccc;
}
.section {
	font-size:26px;
  	font-weight:bold;
}
.subsection {
	font-size:22px;
  	font-weight:bold;
}
.caption {
	font-size:18px;
    font-weight:bold;
}
p {
    line-height: 1.2em; /*!important*/
}
.cssbutton {
	font-size: 14px;
	margin: 5px;
    color: white;
    background-color: darkolivegreen;
    margin: 2px 6px 2px 6px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
	cursor: pointer;
}
.noWrap {
    /*word-break: break-all;*/
    white-space:nowrap;
}
.unselectable {
    /*word-break: break-all;*/
	user-select: none;
}
.highlighted {
	font-size: 16px;
	font-weight: bold;
    vertical-align: middle;
}

.cssDropDown {
    color:white;cursor:pointer;font-size:12px;
    background-color:darkolivegreen;border-radius:4px;
    padding:2px 2px 2px 2px;margin:0px; /*float:right;*/
    outline:none;
}
