* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

body {background: #fff; color: #000; font-size: 16px !important; font-family: Arial, Verdana, Helvetica, sans-serif; margin: 0; min-height:100%; padding: 0; text-align: left;}

p {color:#2a2a2a; font-size: 0.75em; line-height: 1.5em; margin: 0; padding: 0 0 1em 0;}

h1 {color: #502f5f; font-weight: normal; font-size: 1.43em; letter-spacing: 0.01em; padding: 0; margin: 0 0 1em 0;}
h2 {color: #502f5f !important; font-weight: bold !important; font-size: 1em !important; letter-spacing: 0.01em !important; padding: 0 !important; margin: 0 !important;}
h3 {color: #502f5f; font-weight: bold !important; font-size: 0.88em !important; letter-spacing: 0.01em; padding: 0 !important; margin: 0 !important;}
h4 {color: #502f5f; font-weight: bold; font-size: 0.75em; letter-spacing: 0.01em; padding: 0; margin: 0;}
form {margin: 0; padding: 0;}
li {font-size: 0.75em;}
img {border: 0; max-width: 100%;}
input {font-size: 0.82em;}
a {cursor: pointer;}
a:link,
a:visited {color: #502f5f; text-decoration: none;}
a:focus,
a:hover,
a:active {color: #502f5f; text-decoration: underline;} 

/* wysiwyg */
.wysiwyg h1 {}
.wysiwyg h2 {margin-bottom: 1em !important;}
.wysiwyg h3 {margin-bottom: 1em;}
.wysiwyg h4 {margin-bottom: 1em;}

.wysiwyg ul {margin: 0; padding: 0 0 1em 2em;}
.wysiwyg ol {margin: 0; padding: 0 0 1em 2em;}
.wysiwyg li {line-height: 1.5em;}

.wysiwyg ul li ul li {font-size: 1em;}
.wysiwyg ul li ol li {font-size: 1em;}
.wysiwyg ol li ol li {font-size: 1em;}
.wysiwyg ol li ul li {font-size: 1em;}

.wysiwyg a:link,
.wysiwyg a:visited {text-decoration: underline;}
.wysiwyg a:focus,
.wysiwyg a:hover,
.wysiwyg a:active {text-decoration: none;}

/* wysiwig default table */
.wysiwyg table {border-collapse:collapse; border-color: #ccc;}
.wysiwyg table td {padding: 5px;}