body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.body_smaller {
	font-size: 13px;
}
.header_date {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.header_dark_red_bold {
	font-size: 14px;
	color: #800000;
	font-weight: bold;
}
.header_blue_bold {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
}
.header_dark_red_bold_link {
	font-size: 14px;
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
}
.header_text {
	font-size: 12px;
}

.heavy_bold_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
}
.wine_name_linked {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.wine_name_unlinked {
	font-weight: bold;
	color: #0000FF;
}
.wine_rating {
	font-weight: bold;
	color: #FF0000;
}
.person_name {
	font-weight: bold;
	color: #800000;
	font-style: italic;
}
.blue_text {
	color: #0000FF;
}
.red_text {
	color: #FF0000;
}
.dark_red_text {
	color: #800000;
}
.dark_red_link {
	color: #800000;
	text-decoration: underline;
	font-style: italic;
}
.blue_link_smaller {
	font-size: 12px;
	font-style: italic;
	color: #0000FF;
	text-decoration: underline;
}

.red_text_on_yellow_bg {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF00;
	font-size: 13px;
	font-weight: bold;
}
.article_title {
	font-family: "Arial Black";
	font-size: 32px;
	color: #800000;
}
.article_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #800000;
}
.article_author_and_date {
	font-size: 13px;
	font-weight: bold;
}

.article_sub_header {
	font-family: "Arial Black";
	font-size: 18px;
	color: #800000;
	font-weight: bold;
}
.friday_first_type {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.box_header_dark_red {
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
.box_header_dark_red_heavy {
	font-size: 18px;
	font-weight: bold;
	color: #800000;
	font-family: "Arial Black";
}
.dark_red_text_smaller {
	font-size: 13px;
	color: #800000;
}
.dark_red_text_bolder {
	color: #800000;
	font-family: "Arial Black";
	font-weight: bold;
}
.red_text_on_yellow_bg_large {

	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
}
.la_sidebar {
	background-color: #FFFFFF;
	clear: right;
	float: right;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 5px;
}

