@import "link.css";

body {
       background-color: #dbdbdb;
       margin-left: 20px;
       margin-right: 35px;
       margin-top: 10px;

       font-family: Verdana, Arial, sans-serif;
       font-size: 14px;
       text-align: justify;
       }


#prifri {
          position: fixed;
          right: 5px;
          top: 5px;
          }
#histfri {
           position: fixed;
           right: 5px;
           top: 21px;
           }


h1, h2, h3, h4 { 
                 margin: 0px;
                 padding: 0px;
                 padding-bottom: 5px;

                 text-align: left;
                 font-weight: bold;
                 color: #636360;
                 }
h2, h3, h4 {
             padding-top: 5px;
             }
h1 {
     font-size: 24px;
}
h2 {
     font-size: 20px;
}
h3 {
     font-size: 16px;
}

b { color: #636360; }

blockquote, q { 
                font-family: Courier New, serif;
                font-size: 15px;
                }
blockquote {
             margin-top: 0px;
             margin-bottom: 5px;
             margin-left: 20px;
             }

blockquote:before, blockquote:after, q:before, q:after {
                                                         content: ' ';
                                                         }

p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    }
p em {
       font-weight: normal;
       font-style: normal;
       }



ul { 
     margin: 0px;
     padding-top: 0px;
     padding-left: 20px;
     padding-bottom: 8px;
}
li {
     list-style-type: circle;
     padding-bottom: 5px;
     }


table caption {
                color: #636360;
                font-weight: bold; text-align: left;
                }
table.reftable { background-color: White; }
td.refattr { background-color: Yellow; }
td.refdata { background-color: Wheat; }
td.num { text-align: right; }


img { border-width: 0; }

.footer {
          padding-top: 20px;
          }
.footer img {
              margin-right:10px;
              }


.saved {
         font-size: small;
         margin-bottom: 10px;
         }
.saved:before { content: 'Date: '; }
