/* general */

body {
  background-color: rgb(245, 245, 245);
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
  color: rgb(0, 121, 0);
  font-weight:bold;
}

img.header_logo {
  margin:15px 0px;
}

/* others */

#header_text {
  font-family: sans-serif;
  font-weight:bold;
  font-size: 18pt;
}

#main_blog_header {
  font-family: sans-serif;
  font-weight:bold;
  font-size: 24pt;
}

#search_box_button {
  background-color: rgb(210, 210, 210);
}

#footer {
  color: rgb(238, 238, 238);
}
