﻿body {
	color: #b7bec6;
	background: #222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}
:focus {
	outline: 0;
}
a:link, a:active {
	color: #efdd00;
	text-decoration: underline;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a:visited {
	color: #777;
}
a img{
	border:none;
}
p {
	line-height: 150%;
	margin: 15px 0;
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote {
	display: block;
	clear: both;
	margin: 15px;
	font-style: italic;
}
blockquote:before {
	content: '“';
	font-size: 30px;
	color: #999;
	font-family: "Georgia", serif;
}
blockquote:after {
	content: '”';
	font-size: 30px;
	color: #999;
	font-family: "Georgia", serif;
}
q:before, q:after {
	content: "'";
}
h1, h2, h3, h4, h5, h6 {
	color: #efdd00;
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 60%;
}
ul, ol{
	list-style-position: outside;
	padding: 0 1.2em;
}

