body { 
color: lime; 
background: black;
background-image:url("kuvat/ruusu.jpg");
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
}

a:link { color: white  ;background: transparent; }
a:visited { color: white  ;background: transparent; }
a:active { color: lime ; background: transparent; }
a:hover { color: blue  ;background: transparent; }
a:link IMG { border: none;}
a:visited IMG { border: none;}
a:active IMG { border: none;}
a:hover IMG { border: none;}
.uli {text-decoration:underline;}
.slink { color: white; background: transparent; }


h2 {margin-left: 15%;}
h3 {margin-left: 15%;}
h4 {margin-left: 15%;}
    
.cen {text-align:center;}
.cenlim {text-align:center;margin-left: 20%;
   margin-right: 20%;}

p {margin-left: 20%;
   margin-right: 20%;}
form {margin-left: 20%;
   margin-right: 20%;}
ul {margin-left: 25%;}


