  h3 {
    margin-bottom: 3px;
  }
 
  div#container {
    background-color: red;
  }

  table.blogs td.date_headline {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
  }

  table.blogs td.title {
    width: 30em;
    vertical-align: top;
  }

  table.blogs td.source {
    font-family: Georgia;
    font-family: 14px;
    vertical-align: top;
    color: #1BC213;
  }

  table.blogs td.summary {
    padding-bottom: 20px;
    text-align: left;
    font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  table.blogs td.summary div {
    width: 80%;
  }

    div.newsblock {
	padding-right: 5px;
	padding-left: 5px;
	//background-color: #84ad9c;
    }

    .news2 table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
    }

    .news2 table td  {
	font-size: 11px;
	border: 0;
	padding: 2px 5px;
    }
    .news2 table a {
	color: green;
    }

    .news table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0 0 15px 0;
    }

    .news table a {
	color: #117A0C;
	font-weight: bold;
	text-decoration: none;
    }
    .news table a:visited {
	color: #1ED615;
    }
    .news table a:hover {
	color: #2ED635;
    }

    .news table td.title {
	vertical-align: top;
    }

    .news table .news_date {
	color: #1BC213; /* #d6e3de; */
	vertical-align: top;
    }

    .news table .news_source {
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
	font-family: Verdana;
    }
    .news table td {
	padding: 2px 5px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	border: 0;
    }
    .news table td.news_excerpt {
	font-size: 0.9em;
	padding-top: 0;
	padding-left: 5px;
    }

    .news table td.news_comment {
	font-size: 0.9em;
	padding-left: 5px;
	font-style: italic;
    }

    div#container2 {
	position: relative;
    }

    div#blogblock {
	position: relative;
	float: left;
	width: 50%;
	margin-top: 25px;
	border: solid 2px #999;
    }

    div#blogblock_inner {
	padding-right: 5px;
	padding-left: 5px;
	//background-color: #84ad9c;
    }


    div#verticalblock {
	position: relative;
	left: 10px;
	float: left;
	width: 20%;
	margin-top: 25px;
	//border: solid 2px #999;
    }

    div#verticalblock_inner {
	padding-right: 5px;
	padding-left: 5px;
	//background-color: #84ad9c;
    }



  div.recipe {
    width: 60%;
    background: #84ad9c;
    border: solid 2px #000;
    padding: 2px 5px;
    margin-bottom: 5px;
  }

  div.recipe h2 {
    font-family: Comic Sans MS;
    text-decoration: underline;
    padding-top: 0;
    margin-top: 0;
  }

