html, body, div {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Tahoma, Verdana, sans-serif;
}
body {
    background-color: #e9f0f8;
}
h2 { font-size: 16px; }
.h50 { height: 50px; }
.h150 { height: 150px; }
.clear { clear: both; }
.outer {
    /*background: #e9f0f8 url("/img/bg.png") repeat-y;*/
    width: 1020px;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 600px;
}
.header {
    font-size: 14px;
}
.content {
    width: 750px;
    margin: 5px auto;
}
article p {
    line-height: 1.6;
    hyphens: auto;
}
.center_text {
    text-align: center;
}
.red_title {
    color: #ff0000;
}
.small_red_title {
    color: #ff0000;
    font-size: 15px;
    margin: 20px 0;
}
.small_green_title {
    color: #008000;
    font-size: 15px;
    margin: 20px 0;
}
.big_green_title {
    color: #008000;
    font-family: "Book Antiqua", "Time New Roman", serif;
    font-size: 15px;
    margin: 20px 0;
}
p {
    text-align: justify;
}
p.note {
    font-size: 13px;
    color: #800000;
}
.blue_note {
    color: #0000ff;
    font-size: 15px;
}
.green_note {
    color: #008000;
    font-size: 15px;
}
.higher_line {
    line-height: 1.4em;
}
.important_link {
    color: #800000;
}
.big_important_link {
    color: #800000;
    font-size: 16px;
}
.image_container {
    float: left;
    width: 361px;
    height: 227px;
}
.img_note {
    color: #004000;
    font-size: 13px;
    margin: 15px 0;
}
.text-left-aligned {
    text-align: left;
}
.skype_button {
    width: 205px;
    margin: 5px auto;
}
.yashare-auto-init {
    height: 30px;
}
.addthis_toolbox {
    width: 440px;
    margin: 20px auto;
}


