
body {
  margin:0;
  border:0;
  padding:0;
  height:100%;
  overflow:auto;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  

  }
  
   a:link {
   color:#000000;
   text-decoration: none;

   }
   a:visited {
	text-decoration: none;
	color: #000000;
	}
	a:hover {
	text-decoration: none;
   color:#999999;
   }
    a:active {
	text-decoration: none;
   color:#999999;
   }
   
ul, li, p{
	padding:0;
	margin:0;
	list-style:none;
}

#links{
	border:0px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 10px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#000;
}
h1 strong{
	font-size:13px;
	color:#777;
	}
h2.title{
	color:#000;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}


/* CSS Sredina Celota */
 
  #container {
  position:absolute;
  width:1100px;
  height:700px;
  top:50%;
  left:50%;
  margin-left:-550px;
  margin-top:-350px;
 }