/* GENERAL STYLES */


/* EDITOR PROPERTIES */
.expert-interview {
color: #669900;
}

.fiction {
color: #cc0000;
font-weight: bold;
text-transform: uppercase;
}

.fact {
color: #ff9900;
font-weight: bold;
text-transform: uppercase;
}

.star-talk {
color: #990099;
font-weight: bold;
}

.odd {
background-color:#eee;
}

.even {
background-color:#fff;
}

.heading2 {
color: #666666;
font-weight: bold;
font-size: 14px;
}


