/* ads-site.css                                                        */
/* Default stylesheet for adsorption.org                               */
/*                                                                     */

/* Anything that's a heading should be in our heading font */

  body 
  {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  }

/*
BODY {background-image: url() ! important;
      background-repeat: repeat-y ! important;}
*/

body {margin-left: 20px; margin-right: 20px; margin-top: 5px;}

  A:link {font-weight: bolder; font-size: larger;}
  A:visited {font-weight: bolder; font-size: larger;}

/*  .isshac A   {background-color: #ffe0e0} */
  .isshac A:visited {background-color: #ffe0e0}
  .isshac A:active  {background-color: #ffd0ff;}
  .isshac A:hover   {background-color: #d0ffd0;}

/* clear: xxx; defines if an element allows other elements floating on sides */
/* (xxx = left,right,both sides) clear: left; clear: right; clear: both; */

  img {border: 0px;}

/* if sum of: margin + padding + border = const, then no content shifting */
/* image links - structurel formatting */
  A img         {margin: 2px; padding: 2px; border: solid 1px;}
  A:visited img {margin: 2px; border: 1px; }
  A:active img  {margin: 1px; border: 2px;}
  A:hover img   {margin: 1px; border: 2px;}

  .loadguide A   {text-decoration: none;}
  .loadguide A:visited   {text-decoration: none;}
  .loadguide A:active   {text-decoration: none;}
  .loadguide A:hover   {text-decoration: none;}

  .sub-sites A   {text-decoration: none;}
  .sub-sites A:visited   {text-decoration: none;}
  .sub-sites A:active   {text-decoration: none;}
  .sub-sites A:hover   {text-decoration: none;}

  .sub-sites table {line-height: 100%; padding-top: 0px; margin-top: -3px; border: none;}
  .sub-sites td {padding-bottom: 2px;}

.a-org {/*color: #ff8080;*/ font-size: xx-large; font-weight: bold;}

H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both;
  font-size: xx-large; font-weight: bold;
}

H2 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both;
  font-size: x-large; font-weight: bold;
}

/*
li {font-size: 10pt; line-height: 125%; margin-left: 8px; text-indent: -8px; list-style-type: none; padding: 0px; margin: 0px; margin-left: 8px;}
li li {font-size: 9pt;  list-style-type: none; padding: 0px; margin: 0px; margin-left: 8px;text-indent: -30px;}
li li li {font-size: 8pt; list-style-type: none; padding: 0px; margin: 0px; margin-left: 8px;}
*/

li {padding: 0px; margin: 0px; margin-left: -8px; /* text-indent: -30px;*/}
li li {padding: 0px; margin: 0px; margin-left: -15px; /*text-indent: -50px;*/}
li li li {padding: 0px; margin: 0px; margin-left: -15px; /*text-indent: -50px;*/}


/* Horizontal rules */

HR { margin: 0px; padding: 0px; width: 100%; height: 4px; border: solid 1px;}

