.postText {
    background-color :#eeeeee;
}

div.postText > p { 
    font-size : 120%;
}

div.postText > p:first-child {
  font-weight:bold;
  color:maroon;
}

div.postText > img { 
     margin-left : 25px;
     width : 65%
}

#Header1_HeaderTitle {
    padding: 0.25em;
    margin-bottom: 10px;
}

#tagline {
    margin-top: 10px;
}

.insertcode {
    background-color :#ffffff;
    border : 2px solid #008200;
    border-radius : 0.3em;
    margin-top : 5px;
    margin-bottom : 5px;
    margin-left : 20px;
    padding : 0.25em;
    overflow : auto;
    width : 80%;
    align : center;
    font-size : 120%;
}

p .tagline {
    margin: 1em 0.5em;
}