.message_body{
    width:100%;
    margin:0 auto;
}
.message_graph{
    width:80%;
    margin:0 auto;
}
.message{
    width:80%;
    text-align: left;
    text-indent: 1em;
    margin-bottom: 1em;
}
.message_right{
    text-align: right;
}
h1{
    border-top: red;
    border-top-style: solid;
    border-bottom: red;
    border-bottom-style: solid;
}
h2{
    border-top: blue;
    border-top-style: solid;
    border-bottom: blue;
    border-bottom-style: solid;
}
