/**********************************************************
   Detta är Cascading Style Sheets (CSS) för s/y NANDI meny
***********************************************************/

A         {TEXT-DECORATION: none}
A:link    {COLOR: blue;   TEXT-DECORATION: none;      font-weight: bold}
A:visited {COLOR: blue;   TEXT-DECORATION: none;      font-weight: bold}
A:active  {COLOR: blue;   TEXT-DECORATION: underline; font-weight: bold}
A:hover   {COLOR: white  ;  TEXT-DECORATION: underline; font-weight: 900}


/***************
A {TEXT-DECORATION: none}
A:link {COLOR: #0000ff; TEXT-DECORATION: underline}
A:visited {COLOR: #0000ff; TEXT-DECORATION: underline}
A:active {COLOR: #ff0000; TEXT-DECORATION: underline}
A:hover {COLOR: #ff0000; TEXT-DECORATION: underline}
 *****************/

.hdrs {                        /* båt-rubriker */
   color: #000;
   font-family: arial;
   font-size: 30px;
   font-weight: bold;
   text-align: center;
}


.hdr {                        /* rubriker */
   color: #000;
   font-family: flora;
   font-size: large;
   font-weight: bold;
   text-align: center;
}

.ehdr {                        /* engelska rubriker */
   color: #f00;
   font-family: flora;
   font-size: medium;
   font-weight: bold;
   font-style: italic;
   text-align: center;
}

.etxt {                        /* engelsk text */
   color: #f00;
   font-style: italic;
}



.ex {                          /* exempel (svart, nowrap, ram) */
   font-family: arial;
   font-size: small;
   color: #000;
   white-space: nowrap;
   border: 1px solid #bbb;
   padding: 0px 5px 0px 5px;
   background-color: #eee;
}

.js {                          /* javascript (red, ram) */
   font-family: courier,serif;
   font-size: smaller;
   color: #f00;
   border: 1px solid #bbb;
   padding: 4px 5px 4px 5px;
}

.js1 {                          /* javascript (red,ljus bkg, ram) */
   font-family: courier,serif;
   font-size: small;
   color: #f00;
   background-color: #eee;
   border: 1px solid #bbb;
   padding: 4px 5px 4px 5px;
}