body {
	font-family: Comic Sans MS;
	font-size: 14px;
	margin-top : 25px;
	background-color : #005961;
	color :  #BEF0F5;
}
  .odstavec{
 text-indent:30;
 color :  #7BEF0F5;
}        
     
           
           a:link 
           {
           color: #BEF0F5;
           text-decoration: none;
           }
           a:visited
           {color: #BEF0F5;
           text-decoration: none;
           }
           a:active
           {color: #BEF0F5;
           text-decoration: none;
           }
           a:hover 
           {color: white;
           text-decoration: none;
           }