.editorBody {
    font-family: verdana;
    font-size: 11px;
    color: #4b4b4b;
    background-color: white;
    line-height: 17px;
}

div.editable {
    position: relative;
	border: solid 2px #e4e7e9;
	padding: 5px;
	margin-bottom: 10px;
}

table thead tr th {
    background-color: #b9740c;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    color: white;
}

table tbody tr {
    background-color: #e4e7e9;
}

table tbody tr td {
    height: 22px;
    padding-left: 4px;
    padding-right: 4px;
}

p {
    font-family: verdana;
    color: #4b4b4b;
    font-size: 11px;
}

h1 {
    font-family: verdana;
    color: #b9740c;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 20px !important;
}

h2 {
    font-family: verdana;
    color: #b9740c;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 15px !important;
}

h3 {
    font-family: verdana;
    color: #b9740c;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 9px !important;
}

h4 {
    font-family: verdana;
    color: #b9740c;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 3px !important;
}

h5 {
    font-family: verdana;
    color: #b9740c;
    font-size: 11px;
    margin: 0px;
}

a:link {
    font-family: verdana;

    text-decoration: underline;
    color: #4b4b4b;
}

a:visited {
    font-family: verdana;

    text-decoration: underline;
    color: #4b4b4b;
}

a:active {
    font-family: verdana;

    text-decoration: underline;
    color: #4b4b4b;
}

a:hover {
    font-family: verdana;

    text-decoration: underline;
    color: #b9740c;
}