/* These styles are what appear in the WYSIWYG editor */


p{
}


body.mceContentBody {
font-family : arial; 
color : #000000; 
font-size: 12px;
}
h1{
font-family: arial; 
font-size: 16px; 
color: #000088;
font-weight:bold;
line-height: 19px; 
text-decoration: none;
}

h2 {
    font-family: helvetica, sans-serif;
    color: #553300;
    text-decoration: none;
    font-size: 16px; 
    padding: 0px;
    margin: 0px;
   }
   
.mceContentBody a{ 
text-decoration: none; 
color: #888888; 
font-weight: bold; 
font-size: 13px;
}

.link{
text-decoration: none; 

}
