h5{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	color: #663333;
}


.text_title {

	font-family: times new roman;

	font-size: 20px;

	font-weight: bold;

	color: #663333;

}

.text_litle {

	/*font-family: tahoma;*/
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

}

a {
	text-decoration: none;
	color: #990000;

}

a:hover { 

	color:#CC0000; 

	text-decoration:underline; 

}

table {

	/*font-family: times new roman;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
	/*font-size: 18px;*/

}


.img {
	/*margin-left: 8px;*/
	margin-bottom: 2px;
	margin-top: 3px;
	margin-left: 1px;
	border-style:double;
	border-width: 4px;
	border-color:#800000;
}
.img_right {
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-style:double;
	border-width: 4px;
	border-color:#800000;
}
.img_left {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-style:double;
	border-width: 4px;
	border-color:#800000;
	
}

.img_center {
    margin: 5px;
	border-style:double;
	border-width: 4px;
	border-color:#800000;
  
}