* {
   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/inside_page_background.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, .blog_name, .blog_title {
	font-size : 16px;
	font-weight : bold;
	color: #E99C12;
	text-transform: uppercase;
}
H2, .h2  {
	font-size : 15px;
	/*font-weight : bold;*/
	color: #E99C12;
}
small, .blog_date  {
	color: #EBC462; 
	font-size : 11px;
}
hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}
.yellowtxt { 
	color: #EBC462; 
}
ul, ol {
	margin-left: 18px;
	margin-bottom: 2px;
}

select, input, textarea {
	color: #DECDBC;
	border: 0;
	background-color: black;
}

input.button {
	color: white;
	background-color: #EA9B12;
	border: 1px solid black;
}
/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
