body {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #000;
background-color: #81945C;
background-image: url(/assets/bak/flowerclose.jpg);
background-repeat:no-repeat;
background-position: 50% 0%;
background-attachment:fixed;
margin: 300px 0 0 0;
line-height: 140%;
}

p {}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
color: #600;
margin:0;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #600;
margin:0;
}

table.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: #FFF;
}

table.footertext {
font-family: Verdana, Tahoma, sans-serif;
font-size: 70%;
color: #000;
}


a:link {
color: #36C;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #666;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #FFF;
text-decoration: none;
background-color: #FF9900;
font-weight: bold;
}