body { 
	margin:1px 1px 1px 1px; 
	padding:0; 
	font: 75% Arial, Sans-Serif; 
	color:#333333; /* ---сив--- */
	line-height: 1.4em; 
	background-color : #ffffff; /* ---бял--- */
	background : #ffffff; /* ---бял--- */
}

.tophl {
	font: 160% Arial, Sans-Serif; 
	font-weight:bold; 
	color: #ff7c00; /* ---оранжев--- */
}

.tophr {
	font: 160% Arial, Sans-Serif; 
}

.content { 
	margin: auto; 
	width: 900px; 
}

.date { 
	color: #808080; /* ---бледо сив--- */
	text-align: right; 
	float:right; 
}

.grey { 
	color: #808080; /* ---бледо сив--- */
}

hr { 
	border: 0; 
	height: 1px; 
	color:#808080; /* ---бледо сив--- */
	background-color: #808080; /* ---бледо сив--- */
}

p { 
	/*margin: 0 0 5px 0;*/
	/*padding: 0;*/
	color: #333333; /* ---сив--- */
}

a { 
	color: #ff7c00; /* ---оранжев--- */ /* ---#108080 зелено--- */
	background: inherit;  
	text-decoration:none; 

}

a:hover { 	
	background: inherit;
	text-decoration: underline; 
}

ul { 
	margin: 0px 0px 0px 15px; 
	padding : 0; 
	list-style : none; 
}

