/* formatowanie dla strony www podstaw elektrotechniki */
body {
	background-image: url(GE09copy.png);
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% 0%;
	background-size: auto;
	margin-left: 2%; /*20px*/
	margin-top: 5%; /*20px*/
	margin-right: 2%; /*20px*/
    margin-bottom:2%; /*5px*/
}

    
#text {
    font-size: 20px;
	font-variant-caps: small-caps;
    line-height: 10px;  /* interlinia */
    padding: 10px; /* margines wewnętrzny */
    background-color: transparent; /*kolor t?a*/
    height: auto;
    margin-left: 0%;
 a {text-decoration: none; color: gray; }
a:hover {
   text-decoration: underline;  color: black; }
    }   
    
  #powrot {
    font-size: 15px;
    font-variant-caps: small-caps;
    color: darkgray;
 a {text-decoration: none; color: gray;     }
  a:hover {
   text-decoration: underline; color: black   }
    }  
  