* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 13px;
	color: #DECDBC;
}

html, body {
	margin: 0;
	padding: 0;
	background-image: url(/images/Don_home_back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #7B0D0C;
	scrollbar-base-color: #7B0D0C;	
}  

a:link { text-decoration: none; color:#E99C12; }

a:active { text-decoration: none ; color:#E99C12; }

a:visited { text-decoration: none ; color:#E99C12; } 

a:hover { text-decoration:underline ; color:#E99C12;}

H1, .h1 {
	font-size : 16px;
	font-weight : bold;
	color: #E99C12;
	text-transform: uppercase;
}
H2, .h2, .heading_blog  {
	font-size : 15px;
	/*font-weight : bold;*/
	color: #E99C12;
}
small  {
	font-size : 11px;
}
hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}
.yellowtxt { 
	color: #EBC462; 
}
ul, ol {
	margin-left: 18px;
	margin-bottom: 2px;
}

.spacing_left {
	margin-left: 20px;
}
