/* These styles are what appear in the WYSIWYG editor */
h1{
margin-top: 5px;
margin-bottom: 5px;
font-family:arial;
font-weight: bold;
font-size: 24px;
color: #707073;
}
h2{
margin-top: 3px;
margin-bottom: 3px;
font-family:arial;
font-weight: bold;
font-size: 16px;
color: #000000;
}
address{
font-style: italic;
font-size: 12px;
}
.Otherstyle{
font-style: italic;
font-size: 12px;
}
p{
margin: 0px;
}
a {
text-decoration: none !important;
font-weight: bold;
color: #cccccc ;
}

body.mceContentBody {
    font-family : verdana, times new roman, times; 
    font-size: 12px;
    color : 554422;
}
body.mceContentBody a{
text-decoration: none;
font-style:italic;
font-weight: bold;
color: #cccccc;
}
