h1 { color: blue;
	text-align: center; }
h2 { color: green; 
    font-size: 1.2em;
text-align: left;} 
p  { font-family: "Times New Roman", Times, serif;
   text-indent:20px;
   text-align: left;}

a:link,a:visited { 
   color: blue;
   text-decoration: none;}
	
a:hover {
   color: red;
   text-decoration: underline;}

img {
   max-width:1200px}

.zelen{
   color:green;
   text-size:12px;
   font-weight:bold;}