body {
color: #555;
background: #E3E3E3 url(../images/bg/rotator.php) top repeat-x fixed;
font: 14px/20px Arial, Helvetica, sans-serif;
}

/* Links */ 
a:link, 
a:visited {
color: #B90700;
text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
color:#555555;
}

a:link, a:visited {
}

p {
padding-bottom: 20px;
}

.hidden {
display: none;
}

/* Post h1 Links */
h1 a:link, 
h1 a:visited {
  color: #242424;
  text-decoration: none;
}
h1 a:hover {
	color: #000;
}
h1 a:active {
	color: #242424;
}


/* headings */ 
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
color: #242424;
line-height: 1em;
font-weight: bold;
padding-bottom: 10px;
text-align: left;
}
h1 {
font-size: 44px;
letter-spacing: -1px;
padding-bottom: 0px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
color: #d75600;
}