
body {
  color:green;
  background-color: white;
  /*background-image: url("../images/lgrey011.jpg"); */ 
  background-repeat: repeat; 
  /* background-color: #ccffee; */
  font-family:arial,verdana,sans-serif;
  }   

#logo {
  float:left;
  width:14%;
  text-align:center;
}

#naglowek {
  float:left;
}

#tresc{
  width:80%;
  float:left;
}

h1 {font-size:25pt;
    text-align:center;}

h2 {font-size:20pt;}

h3 {font-size:16pt;}

p {font-size:12pt;}

.nowosci {font-size:15pt;
          width:70%;
          background-color:#efefef; 
          }

table a:link {
   color:green;
   text-decoration:none;
}

table a:visited {
   color:green;
   text-decoration:none;
}

table a:hover {
   color:red;
   text-decoration:none;
}


table { 
  background-color:#efefef;
  border-style:solid;
  border-width:1px;
  border-color:#999999;
  border-collapse:collapse; 
/*  margin-left:auto;
  margin-right:auto; */
}

td { 
  font-size:15pt;
/*  font-weight:bold;> */
  text-align:center;
  border-style:solid;
  border-width:1px;
  padding:5px;}

