body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background_pattern.png);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 { /* title for mostly everything in the content div */
    margin: 0 auto 11px auto;
    height: 110px;
    padding: 0;
    border-top: 4px solid red;
    text-align: left;
    text-indent: -9000px;
    font: bold 10px "Verdana", sans-serif;
    color: #000; }
    
h1 a { /* permalinks in entry titles */
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 525px;
    height: 110px;
    text-decoration: none;
    border: none; }
    
h1 a:hover {
    color: #E4603D;
    text-decoration: none;
    border: none; }
    
h2 { /* blog entry */
    padding: 0 12px 2px 12px;
    margin: 0 8px 12px 8px;
    border-bottom: 1px none #ccc;
    border-top: 1px none #eee;
    font: bold 26px/1.3em "Interstate", "Trebuchet MS", Verdana, sans-serif;
    color: red; }
    
h2 a { /* blog permalink */
    text-decoration: none;
    color: red; }
    
h2 a:hover {
    color: #000;
    text-decoration: none; } 
        
h2 span { /* date */
    display: block;
    font: bold 12px "Interstate", "Trebuchet MS", Verdana, sans-serif;
    padding: 0 0 6px 0;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    color: #555; }
        
h3 {
    padding: 7px 12px 5px 12px;
    margin: 0 8px 8px 8px;
    text-transform: uppercase;
    font-variant: small-caps;
    border-top: 1px solid #FFF6F6;
    border-bottom: 1px solid #FFB4B4;
    font: normal 12px/1.6em "Trebuchet MS", "Verdana", sans-serif;
    background: transparent url(images/h3.gif) bottom left;
    color: #222; }
        
h3 strong { font-weight: bold; color: #000; }
    
h3 a {
    border-bottom: 0;
    text-decoration: none;
    border-bottom: 1px solid #444;
    background: transparent;
    color: #222; }
    
h3 a:hover {
    text-decoration: none;
    background: transparent !important;
    color: red !important;
    border-bottom: 1px solid red; }

h4 {
	padding: 4px 0;
	margin: 1.5em 20px 4px;
	text-transform: uppercase;
	border-bottom: 1px dotted #990000;
	font: bold 16px "Interstate", "Trebuchet MS", "Verdana", sans-serif;
	color: #222;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
}
    
p a { /* links within blog entries, or portfolio entries, etc. */
    color: red;
    text-decoration: none;
    border-bottom: 1px solid red; }
    
p a:hover {
    color: #fff;
    text-decoration: none;
    background: red;
    border-bottom: 1px solid red; }
    
p.posted {
    display: block;
    padding: 4px 0 0 18px;
    margin: 0 20px 45px 20px;
    /* background: #F8F8F8; */
    font: bold 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    color: #555;
    border-top: 1px dotted #ccc; }
    
p.posted a {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    background: transparent;
    color: #000; }
    
p.posted a:hover {
    text-decoration: none;
    background: transparent !important;
    color: red !important;
    border-bottom: 1px solid red; }
.style6 {color: #FFFF33}
.style9 {color: #FFFFFF; }
