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

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #F58386;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #670104;
	scrollbar-base-color: #670104;	
}  

/* Links */ 
a:link, a:visited {
	color: #F80404;
	text-decoration: none;	
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

small, .blog_date  {
	font-size : 8pt;
	color: #D40207;
}
  
H2, .heading2, .blog_name  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	font-style : italic;
	color: #EEDF00;
}
  
H3, .heading3, .heading_blog, .blog_title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color: #FF9600;	
}
  
H4, .heading4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #FF9600;	
	/*color: #E90997;*/	
}
  
.heading5  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #E90997;	
}

.pullquote  {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	color: #EEDF00;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 2px;
}
hr.blog_rule {
	clear: both;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.photo {
        border: 3;
        border-style: solid;
        border-color: black;
}

.photo_slim {
        border: 1;
        border-style: solid;
        border-color: black;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
 
.reviewer {
	text-align: right;
	font-style : italic;
	color: #F42227;
}
 
select, input, textarea {
	color: #F58386;
	background-color: #670104;
	border: 1px solid #000000;
}

input.button {
	color: #F80404;
	font-weight : bold;
	background-color: #470000;
	border: 1px solid #000000;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: #9B1E18;
	border: none;
}

