div
{
 padding: 5 5 5 5;
 width: 100%;
 clear: both;
}


body 
{
background-attachment: fixed;
background-color: #ffffff;
background-image: url(./images/background.JPG); 
background-repeat: repeat; 
background-position: center left
}

h1,h2,h3
{
font-family: verdana; 
color: darkgreen;
}

p,table,li
{
font-family: verdana; 
font-size: 100%;
color: darkgreen;
}

small
{
font-family: verdana; 
font-size: 60%;
color: darkgreen;
}

hr
{
color: lightgray;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

a:link    {color:mediumblue}
a:visited {color:green}
a:active  {color:mediumblue}
a:hover   {color:green}

img {border: none}

table
(
border: 0;
}
