body
{
  background: rgb(125,129,176);
  color: white;
  font-family: verdana, lucida, helvetica, sans-serif;
  font-size: 85%;
  width: 70%;
  padding: 1em;
}

a:link,a:visited{text-decoration:underline;color:rgb(156,217,111);font-weight:bold;}
a:hover{color:yellow;}

a#home{font-size:2em;font-weight:normal;margin-bottom:1em;display:block;}

h1,h2,h3,p,div,form{margin:0;padding:0}

h1{font-size:2em;font-weight:bold;margin-bottom:0.5em;}
h2{font-size:1.2em;font-weight:normal;}
h3{font-size:.8em;font-weight:normal;}

p{line-height: 140%;margin-bottom:1em;}
p.minor{font-size:.7em;margin:1em 0;}

div.product,div.screenshot{border:4px solid silver;margin:2em 0;padding:1em;background:rgb(105,109,156);}
div.product h1,div.screenshot h1{font-size:1.6em;font-weight:normal;/*background:#999;*/padding:.3em;border-bottom:4px solid rgb(210,201,26);}
div.product ul{margin:1em}
div.screenshot p{margin-top:2em;font-size:.9em;}

div#donations{margin-bottom:20em;}
div#donations h1{font-size:1.2em;font-weight:normal;padding-top:6em;}
div#donations form{margin-top:2em;}

div#footer {font-size:.7em;}

