html {
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: helvetica;
   text-shadow: 0px .1px 0px red;
	word-spacing: 2.8px;
	line-height: 1.5;
}
article,header,main,footer,menu,section {
	display: block;
}

sup {
	top: -.5em;
}
sub {
	bottom: -.3em;
}

pre,textarea {
	overflow: auto;
}


body {
	min-height: 100%;
	color: SaddleBrown;
	background-color: wheat;
	margin: 0;
	font-family: Helvetica;
	line-height: 1.5px;
}

img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: IndianRed; /* #cd5c5c*/
	text-align: center;
   text-shadow: 0px .8px 0px white;
}

p {
	font-family : "Helvetica";
	word-spacing: 1.4px;
	line-height: 1.3;
}
.keskel {
	position: relative;
	clear: both;
	vertical-align: middle;
	margin: 0 auto;
	padding:0;
	max-width: 1180px;
	min-width: 790px;
	max-height: 600px;
	border-width: 0px;
	border-style: groove;
	border-color: blue;
}

a {
	/*background-color: transparent;
	-webkit-text-decoration-skip:objects*/
	/*text-decoration: underline;*/
	/*text-decoration: underline dotted;*/
	color: Maroon;
}
a:hover {
   color : white;
   background : transparent;
	outline-width: 2em;
	border-bottom: .2px solid Coral;
	text-shadow	: .2px .2px .5px Chocolate;
}
a:active {
   color : white;
   background : darkred;
	outline-width: 0;
}
a:visited {
	color			: SandyBrown;
	background	: transparent;
	text-shadow	: .5px .5px 1px lightgray;
}
a:visited:hover	{
	color:		Peru;
	background:	white;
	text-shadow:	.5px .5px 3px green;
}
a:visited:active	{
	color:		black;
	background:	#4169e1;
}
