html {
	top: 0;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "Century Gothic";
	/*font-family: "Verdana", "Helvetica";*/
	color: #ffdb58;	/* Kuldne */
   text-shadow: 0px .1px 0px red;
		background: #111111;
	/*background: #666666;*/
	word-spacing: 2.8px;
	line-height: 1.5;
	}
body {
	/*background-image: url('/pildid/meri002.jpg');*/
	background-repeat: repeat-x;
	margin: 0;
}
#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;
}
.keha {
	max-width: 1080px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
.a5 {
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding:0;
	min-height: 300px;
}
#menüü {
	clear:	both;
	/*margin: 30px 30px 30px 20px;*/
	position: absolute;
	bottom: 40px;
	border-color: green;
	border-width: 0px;
	border-style: groove;
}
#kiil {
	position: absolute;
	bottom: 15px;
	right: 10px;
	overflow:	auto;
	float:		right;
	margin: 20px 20px 20px 20px;
	font-size: 22px;  
}
#jalus {
	clear: both;
	position: relative;
	margin: 0 auto;
	text-align: center;
	bottom: 0;
	min-height: 100px;
	border-color: white;
	border-width: 0px;
	border-style: groove;
}
#jalusepäitsi {
	clear: both;
	position: absolute;
	text-align: center;
	width: 100%;
	border-color: blue;
	border-width: 0px;
	border-style: groove;
	bottom: 10px;
	height: 10px;
}
#kopirait {
	position: relative;
	width: 100%;
	bottom: 15px;
	border-color: red;
	border-width: 0px;
	border-style: groove;
}
#aeg {
	position: relative;
	float: left;
	bottom: 30px;
	color: #496e98;
	font-size: 10px;
	border-color: violet;
	border-width: 0px;
	border-style: groove;
}
#lugejad {
	position: relative;
	float: right;
	bottom: 30px;
	color: #496e98;
	font-size: 10px;
	border-color: yellow;
	border-width: 0px;
	border-style: groove;
}
nav {
	display: block;  
    margin-bottom: 10px;
}
nav ul {  
	list-style: none;  
	font-size: 16px;  
}  
nav ul li {  
	display: inline;  
}  
nav ul li a {  
    display: block;  
    float: left;  
    padding: 3px 6px;  
    color: #575c7d;  
    text-decoration: none;  
    font-weight: bold;  
}  
nav ul li a:hover {  
    background: #deff90;  
    color: #485e0f;  
    -webkit-border-radius: 3px;  
    border-radius: 3px;  
    padding: 3px 6px;  
    margin: 0;  
    text-decoration: none;  
}
#tuumik {  
    display: block;  
    clear: both;  
    margin-bottom: 20px;  
}  
section#left {  
    width: 550px;  
    float: left;  
    margin: 0 15px;  
}  
section#right {  
    float: left;  
    width: 300px;  
}  
  
   
.fiks:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
.fiks {  
    display: inline-block;  
}  
   
html[xmlns] .fiks {  
    display: block;  
}  
* html .fiks {  
    height: 1%;  
}

h1,h2,h3,h4,h5,h6 {
	color: #4169e1; /* RoyalBlue, kuninglik sinine */
	text-align: center;
   text-shadow: 0px .8px 0px lightblue;
}

p {
	font-family : "Helvetica";
	word-spacing: 1.8px;
	line-height: 1.7;
}
p.möla {
	width: 500px;
}
A:link {
	color			: SandyBrown;
   background : transparent;
   text-shadow: .2px .2px .2px lightblue;
	text-decoration: none;
	border-bottom: .2px dotted orange;
}
.dotted-underline {
	border-bottom: 1px dotted #ccc;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip:objects
	/*text-decoration: underline;*/
	/*text-decoration: underline dotted;*/
}
A:hover {
   color : white;
   background : transparent;
	outline-width: 0;
	border-bottom: .2px solid red;
	text-shadow	: .2px .2px .5px red;
}
A:active {
   color : white;
   background : darkred;
	outline-width: 0;
}
A:visited {
	/*color		: blue;*/
	color			: SandyBrown;
	background	: transparent;
	text-shadow	: .5px .5px 1px lightgray;
}
A:visited:hover	{
	color:		#4169e1; /* RoyalBlue, kuninglik sinine */
	background:	white;
	text-shadow:	.5px .5px 3px green;
}
A:visited:active	{
	color:		black;
	background:	#4169e1;
}
table {
	border-collapse: collapse;
	border: 0px solid #000000;
	width: 400px;
	text-align: center;
}
td {
	border: 1px solid #606060;
	padding: 08px;
}
td.par6mp {
	text-align: right;
}
td.vassak {
	text-align: left;
}
