body {
	margin:0px;
	padding:0px;
	font: 11px arial, helvetica;
	color:#434343;
	background: url(../img/alternative/background.jpg) center repeat-y #060606;
	font-family:Arial, Helvetica, sans-serif;
}
a, a:hover { color: #c1140d; text-decoration: none; outline: 0px; }
/********************************************************************************/

/*Typo*/
h1 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 24px;
	color:#2E2E2E;
	font-weight:bold;
}
h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	color:#CC0000;
}
h2 a { color: #c1140d; }
h3 { font-size: 14px; color: #666; }

p {
	line-height: 1.5em;
	margin: 1.2em 0;
	font-size: 12px;
}

ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	}
ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #c1140d; text-decoration: none; }
a:hover { color: #777; }

em{
	font-style: normal;
	font-weight: bold;
	color: #ef6c6c;
	}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	width:500px;
	height:300px;
	}

code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #999;
}