/* Pawel Salek
   consult pawsa before changing this file.
*/


h1,h2,h3 {
  color: indigo; background-color: rgb(60%,57%,67%); 
  font-family: helvetica,arial,sans-serif; font-weight: bold; 
  /* looks bad under NS, and nobody uses anything else
     border: solid slategray thin; */
  padding: 1pt 6pt 1pt 6pt;
}
H1 { text-align: center; font-size: x-large; } 
h2,h3 { font-size: large; }  

/* body,p,address,dd, dt,dl,li,ol,ul, blockquote
{ background: #F0E5C8; color: black; 
  font-family: times, "times new roman", serif;  } */

body,p,address,dd, dt,dl,li,ol,ul, blockquote
{ background: #FFFFFF; color: black;  
  background-image: url(image/bakgrund.gif); 
  background-color: #000000
  font-family: times, "times new roman", serif;  }

/* other classes of paragraph */
p.urgent {
	font-family: helvetica,arial,sans-serif;
	color: red;
	margin-left: 24pt; margin-right: 24pt;
        font-size: larger;
	text-align: center;
	}

.menu {font-family: arial,helvetica,serif; 
	background-color: #eeeeee }

.path {
	text-align: center; padding: 3pt 3pt 3pt 3pt; background: yellow; 
	font-size: smaller; 
	font-family: verdana, helvetica, arial, sans-serif;
}
.narrow { margin-left: 1em; margin-right: 1em;}

/* links */
a:link	  { color: rgb(0%,0%, 75%), cyan; } /* unvisited  */
a:visited { color: black; }        /* visited */
/* a:active  { color: blue, cyan; }		  being selected */

COL, COLGROUP, TABLE, TBODY     {       
        color:  black;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        background:    rgb(68%,65%, 75%);
/*        background:    #F0E5C8; */
	padding: 0;
        }       
th,td {
        border-color:   black;
	border-width: thin;
        border-style: single;
}

pre,samp,kbd {
	font-family: courier;
}
/* classes of table row, for links/NQS.html to denote status of machine */
tr.dead {
        color     : white;
        background: black;
}
.unav {
        background: red;
}

