body{
font-size:100%;
font-family:verdana,arial,'sans serif';
background-color:#FFFFFF;
color:#000000;
margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
}

html {
       overflow-y: scroll;
}

/* Main Paragraph Text */
p
{
font-size:100%;
font-family:verdana,arial,'sans serif';
color:#000000;
margin:10px;
line-height:130%; word-spacing:0; margin-top:0; margin-bottom:0;
}


/* Database Text */
h6
{
font-size:70%;
font-family:verdana,arial,'sans serif';
color:#000000;
margin:10px;
line-height:130%; word-spacing:0; margin-top:0; margin-bottom:0;
}



/* Main Text Heading */
h1
{
text-align:center;
color:#000000;
font-size:150%;


}

h2 {font-size:140%;}

/* Copyright Text (Heading 5) */
h5
{
font-size:100%;
font-family:verdana,arial,'sans serif';
color:#FFFFFF;
line-height:100%; word-spacing:0; margin-top:10; margin-bottom:20;
}


/* Page Heading (Heading 3) */
h3
{
font-size:200%;
font-family:verdana,arial,'sans serif';
color:#FFFFFF;
line-height:100%; word-spacing:0; margin-top:0; margin-bottom:0;
}


th {background-color:#ADD8E6;}

ul {list-style:circle;}
ol {list-style:upper-roman;}

a:link {color:#000080;}
a:hover {color:red;}

/* Home Page Button */

#button-home
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("graphics/button-home.png") no-repeat 0 0;
}

#button-home:hover
{ 
  background-position: 0 -50px;
}

#button-home span
{
  position: absolute;
  top: -999em;
}

/* Gallery Page Button */

#button-gallery
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("graphics/button-gallery.png") no-repeat 0 0;
}

#button-gallery:hover
{ 
  background-position: 0 -50px;
}

#button-gallery span
{
  position: absolute;
  top: -999em;
}

/* Donate Page Button */

#button-donate
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("graphics/button-donate.png") no-repeat 0 0;
}

#button-donate:hover
{ 
  background-position: 0 -50px;
}

#button-donate span
{
  position: absolute;
  top: -999em;
}

/* Shop Page Button */

#button-shop
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("graphics/button-shop.png") no-repeat 0 0;
}

#button-shop:hover
{ 
  background-position: 0 -50px;
}

#button-shop span
{
  position: absolute;
  top: -999em;
}