* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Arial; 
/*    font-size: 0.8em; */
/*    line-height: 1.1em;*/
/*    font-family: "Verdana",Times New Roman,Georgia,Serif;*/
/*    font-size: 0.97em;*/
/*    font-size: 1em;*/
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
}

h2{ color: #7B7B7B; }
img, h1{ color: #3FC6F8; }
body{ color: #7B7B7B; }
a{ color: #3FC6F8;}
#content a:hover{ border-bottom: 1px solid;}

.mceContentBody{
    font-size: 16px;
    color: #7B7B7B;
}

h1{
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0;
}

h2{
    font-size: 100%;
    font-weight: bold;
}

h3{
    font-size: 100%;
    font-style: italic;
}


h3{
    font-size: 1em;
}

p{
    text-align: justify;
    margin-bottom: 0.5em;
    font-size: 0.8em;
}



ul li{ list-style: square outside;}
ol li{ list-style-type: upper-roman;}

ul, ol{margin: 0.5em 2em;}

b, strong{ font-weight: bold; }

em, i{ font-style: italic;}
u{ text-decoration: underline }

address, blockquote{ margin: 1em }

pre{ font-family: Courier; font-size: 1em; margin: 1em;}


