body{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  word-spacing: 1px;}
}

p
{
font-size: 12px;
}

.header{
font-size: 13px;
}


/******* hyperlink and anchor tag styles *******/

a {
	color : #003399;
	text-decoration : underline;
	background-color: transparent;
}

a:link, a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #48a375;
	text-decoration: underline;
	/*font-weight: bold;*/
}
/************** layout styles **************/


/************** Our Wine Content styles **************/	
	
/************** blog css *****************************/
#blog_page {
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	padding-top:105px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/full_blog_bg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:772px;
	}