body {
    font: 11px/12px Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 1px;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.defaulttext {
    font: 11px/12px Arial, Helvetica, sans-serif;
    color: #000000;
}

.objectstyle {
    font: 11px/12px Arial, Helvetica, sans-serif; 
    color: black;
    cursor: hand;
}

.visible {
    display: ;
}

.invisible {
    display: none;
}

.selection {
    background-color: #99CCFF;
}

.bold {
    font-weight: bold;
	 color: Maroon;
}
