h1 {
font-family: "Courier New", Courier, monospace;
color: #888;
letter-spacing: 4px;
font-size: 26px;
}

h2 {
font-family: "Courier New", Courier, monospace;
color: #888;
}

h3 {
font-family: "Courier New", Courier, monospace;
font-size: 14px;
color: #f78f1e;
margin-bottom: 4px;
}

h4 {
font-size: 14px;
}

p {
font-size: 14px;
color: #EEE;
line-height: 20px;
}

a {
color: #f78f1e;
}

li {
font-size: 14px;
}

.imgright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #FFF;
}

.noborder{
border: none;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #231F20;
   color: #FFFFFF;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}