p
{
	color: #4c4c4c;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

h1
{
	color: #333;
	font: 20px/24px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
}

h2
{
	color: #333;
	font: italic 16px/12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

a
{
	color: #000000;
	font-weight: bold;
}

a:visited
{
	border-bottom: none;
}

a:hover
{
	/* DYNAMIC: 50% white on background color */
	color: #979797;
}

a.img,
a.img:hover
{
	border-bottom: none !important;
}

.over:hover img,
input.over:hover
{
	opacity: 0.5;
}

p,ul,ol,pre,.image,
h1,h2,h3,h4,h5,h6
{
	margin-bottom: 20px;
}

strong,h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	/* DYNAMIC: 50% white on background color */
	color: #130B09;
}

em
{
	font-style: italic;
}

img
{
	vertical-align: middle;
}

pre,
code,
.image
{
	background: url(../images/bg-screen.png) 0 0 repeat;
	padding: 24px;
}

code
{
	padding: 1px;
}

pre,code
{
	font: 10px/16px 'Monaco', 'Courier New', Courier, monospace;
}

pre code
{
	display: block;
	background-image: none;
	overflow: auto;
}

.image img
{
	border: 1px solid #FFF;
}

blockquote,
li
{
	font-size: 12px;
	line-height: 20px;
}

blockquote
{
	padding: 2px 0 2px 48px;
	background: url(../images/bg-quote.png) 12px 0 no-repeat;
}

li
{
	margin-bottom: 4px;
}

ul li
{
	padding-left: 24px;
}

ol li
{
	margin-left: 24px;
}
hr {
  border: 0;
  width: 100%;
  color: #A6B8B8;
background-color: #A6B8B8;
height: 1px;
}
