
h1, h2, h3 {
    color: black;
}

h2 {
    padding-top: 20px;
    font-size: 18px;
    color: black;
}

a {
	color: #1A7D66;
}

p,li,blockquote {
    font-size: 14px;
    text-align: justify;
}

#css-header {
	border-bottom: 3px solid #1A7D66;
}

.rectangle {
	background: #1A7D66;
}

#css-footer {
    border-top: 1px solid #1A7D66;
}

hr {
    margin-top: 30px;
}



#newsletter-container {
    width: 898px;
    background-color: #f5f5f5;
}

#newsletter-left {
    width: 650px;
    background-color: white;
    padding-right: 20px;
    float: left;
}

#newsletter-right {
    width: 190px;
    padding: 15px;
    float: right;
    font-style: italic;
    font-size: 14px;
    padding-top: 20px;
    background-color: #f0f0f0;
}

.list-date {
    color: grey;
    font-size: 12px;
    padding-left: 5px;
}

#newsletter-title-small {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #555555;
}

#newsletter-title-big {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

#newsletter-title-date {
    color: grey;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.other_news li {
    margin-bottom: 12px;
}