body {
 font-family:"Courier New", courier, monospace;
}
.rte {
 background-color: white;
 padding: 5px;
 margin: 0px;
}


.rte, .rte.td {
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 12px;
}

.rte a[href] {
 color: #0000FF !important;	
}

h1,h2,h3,h4,h5,h6 {
 font-family:"Courier New", courier, monospace;
 padding:19px 0 0 0;
 margin:0;
}

h1 /* h1 */ {
 font-size:16px;
 color:red;
}
h2 /* h2 */ {
 font-size:16px;
 color:black;
}
h3 /* h3 */ {
 font-size:14px;
 color:red;
}
h4 /* h4 */ {
 font-size:14px;
 color:black;
}
h5 /* h5 */ {
 font-size:12px;
 color:red;
}
h6 /* h6 */ {
 font-size:12px;
 color:black;
}

