/*
CSS for Scrappers Haven
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  background-image: url (http://www.scrappershaven.com.au/background.gif);
}
  line-height: 110%;
  padding: 0px;
}

h1   {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0.3em;
  font-size: medium;
  margin-left: 5px;
  color: black;
  
}

h3   {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-small;
  color: white;
  margin: 0;
  margin-left: 10px;
  
}

p    {
  font-size: small; 
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}

li   {
  font-size: small;
  margin-left: 5px;
  margin-right: 20px;
}

#points {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-small;
  margin-right: 10px;
  color: black;
  }

#navigation {
  font-size: x-small;
  text-decoration: none;
   
}

a:link {
  color: blue;
  text-decoration: none;
  padding-right:1px;
}

a:visited {
  color: blue;
  text-decoration: none;
  padding-right: 10px;
}

a:active {
  color: blue;
  text-decoration: none;
  padding-right: 10px;
}

#botnav  {
font-size:x-small;
text-decoration: none;
}

#copyright {
font-size:x-small;
text-decoration: none;
}

#designer {
color: black;
font-size:x-small;
text-decoration: none;
}