.body_about {
	background-image: url(../images/about_bg.jpg);
}

.body_news {
	background-image: url(../images/news_bg.jpg);
}

.body_order {
	background-image: url(../images/order_bg.png);
}

.body_reviews {
	background-image: url(../images/reviews_bg.png);
}

body {
	color: #FFFFFF;
	background-color: #000000;
}

.text_red {color: #FF0000}

.text_title {color: #FF0000; font-weight: bold; }

.text_heading_0 {font-size: large}
.text_heading_1 {color: #FF0000; font-size: large}
.text_heading_2 {font-weight:bold; font-size: 16px}

.normal_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.normal_text_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.comment_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.nav:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
}
.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.mailto:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.mailto:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.mailto:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
}
.mailto:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.review_link:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.review_link:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.review_link:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.review_link:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
