body {
    background: white;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12px;

}
a:link { color: #648A48 }
a:visited { color:red }
h1 {
    color:red;
    font-family: sans-serif;
    font-size: 20px;
}
h2 {
    color:red;
    font-family: sans-serif;
    font-size: 14px;
}
p {
    color:#000000;
    font-family: sans-serif;
    font-size: 12px;
}
 .image_resize {
        width:1200px;
    }
    .image_resize img {
        width:70%;
    }