/* 
   Style sheet for pages

     $Id: style.css,v 1.2 2004/06/09 21:26:20 hynde Exp $

*/

BODY {
   /* background: #fcfbf5 url("icons/tausta1b.jpg");  */
   background: #f0f0f0;
   background-repeat: repeat;
   background-attachement: scroll;
   background-position: top left;
   color: #2c2a29;
}


a:link    { color: #0088ee; background: transparent; }
a:visited { color: #111166; background: transparent; }


a:link:hover, a:visited:hover
          { color: red; background: transparent; }
a:active  { color: green; background: transparent; }

a img.thumb { 
  padding: 2px;
  margin: 2px;
  border-style: solid;
  border-width: thin;
}

a:link img.thumb { border-style: solid; }
a:link:hover img.thumb { border-style: solid; }
a:visited:hover img.thumb { border-style: solid; }
a:visited img.thumb { border-style: dashed; }

P.kapea {
  width: 80%;
  text-align: left;
}

/* ------------------------------------------------------------------- */

