/* CSS oblikovanje za modro Moetico */

body {
     background-color: rgb(15,29,55);       /* je enako #0f1d37 */
     background-image: url(ozadja/podlaga.jpg);
     } 

h1,h2,h3,h4,h5,h6
{color: #f7efa5; margin-left: 20px; margin-right: 20px;} 

h1,h2,h3,h4 
{font-family: verdana, arial, helvetica, sans-serif;}

h5, h6
{font-family: "lucida calligraphy", "apple chancery", "urw chancery l", sans-serif;}


h1 {font-size: 20pt}
h2 {font-size: 15pt}
h3 {font-size: 12pt}
h4 {font-size: 10pt}
h5 {font-size: 20pt}
h6 {font-size: 12pt}
 

p, p.malo, p.pisano {color: #f7efa5; margin-left: 15px; margin-right: 15px; text-align: justify;}

p {font-size:9pt;}
p.malo {font-size:7pt;} 

p, p.malo {font-family: verdana, arial, helvetica, sans-serif;} 
p.pisano {font-family: "lucida handwriting", fantasy;}

a:link {color:rgb(200,255,165); font-weight: bold;} 
a:visited {color:rgb(200,255,165);  font-weight: bold;} 
a:active {color:rgb(200,255,165);  font-weight: bold;}
a:hover {color: rgb(90,255,255); font-style: normal; font-weight: normal;} 

body {
	 scrollbar-face-color: #0f1d37; 
	 scrollbar-highlight-color: #3b495f; 
     scrollbar-shadow-color: #000000; 
	 scrollbar-arrow-color: #c4ffff; 
	 scrollbar-track-color: #0f1d37; 	
	 scrollbar-base-color: #0f1d37; 
	 scrollbar-3d-light-color: #3b495f; 
	 scrollbar-dark-shadow-color: #000000;

     }
