body {background-color:#B22222; color:#000000; font-family:"arial"; text-align:justify; counter-reset:section; padding-top:0cm; margin: 0.5% 0% 0% 0%; cursor:default;}

p.right {text-align:right;}
p.left {text-align:left;}
p.input {text-align:left; padding-left:20%; padding-right:20%;}
p {padding-left:5%; padding-right:5%;}
p.count {counter-reset:subsection; text-align:justify; text-align:left; padding-left:5%;}
p.sub {text-align:justify; text-align:left; padding-left:7%;}
		p.count:before
		{
		counter-increment:section;
		content:counter(section) " ";
		}
		p.sub:before 
		{
		counter-increment:subsection;
		content:"" counter(section) "." counter(subsection) " ";
		}
		
h1.headline {color:#DCDCDC; background-color:#4D4D4D; text-align:left; text-shadow: 1px 1px #696969; border:0px solid black; padding-top:0%; padding-left:3%; margin: 0% 0% 3% 0%; position:fixed; width:100%; top:5px; opacity:0.9;}
h3 {padding-left:1%; padding-right:1%;}
h4 {padding-left:1%; padding-right:1%;}

a:link, a:visited {text-decoration:none; color:#A3A3A3; display:block; cursor:pointer;}
a:hover {color:#A3A3A3;}
a:active {color:#575757;}

table {border:0px solid black; empty-cells:hide; table-layout:fixed;}
table.menu {font-size:15px; height:80px; opacity:0.9; color:#A3A3A3; border:3px solid #4D4D4D; empty-cells:hide; table-layout:fixed; width:100%; background-color:#4D4D4D; position:fixed; bottom:10px;}
table.menu:hover {opacity:0.915555;}
	td.menu {color:#575757; margin-right:3%; border:0px solid black; vertical-align:center;}
	td.menu:hover {background-color:#424242;}

a.original {color:#F5F5DC;}

div.main {padding-top:20px; background-repeat: repeat-x;}
div.example_path {position: relative; overflow: hidden; width: 530px; height: 30px; border: 0px solid #000;}
div.example_block {position: absolute; background-color: black; width: 30px; height: 20px; padding-top: 10px; text-align: center; color: #fff; font-size: 10px; white-space: nowrap;}
div.logo {width: 100%; background-color:white; height:auto;}

input, button {cursor:pointer;}
input.coder {width:100%; position:fixed; bottom:100px; left:0px;}