/*------------------------------------------------------------------------------
  Print styles by Oleg Stepura <http://oleg.stepura.com/>
  License <http://creativecommons.org/licenses/LGPL/2.1/>
  ------------------------------------------------------------------------------
  Contents:
  1. Editables styles
  2. Default styles
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  1. Editables styles
------------------------------------------------------------------------------*/
a.new-window-link,
.link-decorator {
	display: none;
	}
a.new-window-link:after {
	content: '';
	}
.header,
.footer,
.rail {
	display: none;
	margin: 0;
	}
.content,
.content-container {
	background: #fff;
	border: none;
	margin: 0 auto;
	max-width: 98%;
	min-width: 98%;
	letter-spacing: 0;
	padding: 0;
	width: 98%;
	}
.content-container {
	margin: 0;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	}
.content p {
	text-indent: 2em;
	}

/*------------------------------------------------------------------------------
  2. Default styles
------------------------------------------------------------------------------*/
* {
	background: #fff;
	}
body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	}
#content * {
	background: #fff;
	}
.content a:link,
.content a:visited {
	background: none;
	color: gray;
	padding: 1pt 0;
	}
.content a:after {
	content: ' [' attr(href) ']';
	}
blockquote,
.content blockquote {
	background-color: #fff;
	color: black;
	font-style: italic;
	}
.content fieldset,
.content input[type='text'],
.content input[type='password'],
.content select,
.content table,
.content textarea,
.content td,
.content th {
	border: 1pt solid gray;
	}
.content fieldset,
.content textarea,
.content input[type='text'],
.content input[type='password'],
.content select,
.content code,
.content code.code-block {
	background-color: #fff;
	}
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
	text-align:center;
	}
.content hr {
	background-color: #fff;
	border: none;
	border-top: 1pt solid gray;
	}
.content ul {
	list-style: circle outside;
	}
.content ul li {
	background-image: none;
	}
