html, body, div,
p, pre, code, h1, h2, h3, h4, h5, h6, ul, ol, li,
table, thead, tbody, tfoot, td, tr, th,
form, fieldset, img, blockquote, iframe,
nav, header, footer, section, article, aside {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-spacing: 0 0;
	vertical-align: top;
	font-size: 0;
	font-family: Verdana, sans-serif;
	background-color: black; /* background */
}

body {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	min-width: 560px;
	min-height: 200px;
	max-width: 980px;
	padding-left: 6px;
	padding-right: 6px;
}

span, code, p, h1, h2, h3, h4, h5, h6, ol, ul, li, th, td {
	font-size: 14px;
	text-align: Left;
	color: white; /* Main text */
}

a, em, strong { font-size: inherit; text-align: inherit; }

strong { color: yellow; font-weight: normal }

a         { color: Bisque } /* Inactive link */
a:link    { color: Bisque } /* Inactive link */
a:visited { color: Bisque } /* Inactive link */
a:hover   { color: white; } /* Active link */
a:active  { color: white; } /* Active link */

p {
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 5ex;
	text-align: justify;
}

p.continues {
	text-indent: 0;
}

code {
	color: inherit;
	font-family: Monospace;
	font-size: 16px;	
}

h1, h2, h3, h4, h5, h6 { 
	line-height: 150%;
	padding-top: 0.7em;
	padding-bottom: 0.3em;
}
h1 { font-size: 20px; padding-left: 16%; }
h2 { font-size: 19px; padding-left: 11%; }
h3 { font-size: 18px; padding-left: 7%; }
h4 { font-size: 17px; padding-left: 4%; }
h5 { font-size: 16px; padding-left: 2%; }
h6 { font-size: 15px; padding-left: 1%; }

ul, ol { padding-left: 5ex; }

li { padding-top: 0px; padding-bottom: 0px; text-align: justify; }

table, tr, th, td {
	border-color: royalblue; /* Lines */
	border-width: 1px;
	border-style: none;
}
th, td { padding: 3px 3px 3px 3px }
table { border-style: solid none none solid; }
th, td { border-style: none solid solid none; }
th { text-align: center; }
table.no-grid, table.no-grid th, table.no-grid td { border-style: none; }