@import url(/html/spgm/persan/spgm_style.css);
@import url(/html/clovershop_style.css);

BODY {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; */
  font-size: small;
  background: green none;
  color: black;
  font-family: georgia, "times new roman", times, serif;
  text-align: center;
}

/* A:link    { color: red }
A:active  { color: blue; font-size: 125% }
A:visited { color: green; font-size: 85% } */

/* A:link, A:visited, A:active { text-decoration: none } */

/* Få mina regnbågar att fylla bredden med style sheets */

A:visited { /* visited links */
  color: lime;
  background: transparent none;
  font-size: smaller;
}

A:link { /* unvisited link */
  color: blue;
  background: transparent none;
}

A:link IMG { border: none }

A:active { /* active links */
  color: red;
  background: transparent none;
  font-size: bigger;
}

IMG { vertical-align: middle; }

H1 {
  font-size: xx-large;
  display : block;
}

H2 {
  font-size: x-large;
  display : block;
}

H3 {
  font-size: large;
  display : block;
}

H4 {
  display : block;
  font-size: medium;
  font-weight: bold;
}

/* class="caption-h3" */
CAPTION.caption-h3 {
  display : block;
  font-size: large;
  font-weight: bold;
  padding: 0.7em;
}

/* class="caption-h4" */
CAPTION.caption-h4 {
  display : block;
  font-size: medium;
  font-weight: bold;
}

/* <IMG class="hr-thin" src="images/rule_rainbow.png" alt="___"> */

/*   print '<DIV class="hr-thin"></DIV>'."\n\n";
IMG.hr-thin {
  font-size: 0px;
  color: gray;
  height: 0px;
  width: 90%;
  color: url(/html/images/rule_rainbow.png);
  background: transparent none;
  background: lime url(/html/images/rule_rainbow.png);
  background: transparent url(/html/images/rule_rainbow.png);
  background: gray url(http://persan.nu/html/images/rule_rainbow.png);
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid gray;
  border-bottom: 10px solid url(http://persan.nu/html/images/rule_rainbow.png);
}

HR.hr-thick {

} */

