body {
	background-image: url(images/berry_row-layout.jpg);
	background-repeat: no-repeat;
	background-color: #009900;
	background-position: 132px 185px;
}
li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    color: #FFFFFF;
    left: auto;
    margin-left: 290px;
    margin-top: auto;
    padding: 4px;
    font-weight: bolder;
    font-variant: small-caps;
}
ul {
	margin: 50px;
	list-style-type: none;
}

A:active
{
    text-decoration: none;
}
A:hover
{
    color: Red;
    text-decoration: underline;
}
img
{
    padding-right: 8px;
    padding-left: 8px;
    border: 0px solid;
}
.menu
{
    margin-left: 20px;
}
.footer
{
    width: 700px;
    height: 75px;
    text-align: center;
    font-size: 50%;
    margin-top: 10px;
    margin-left: auto;
    padding-top: 10px;
    font-family: Georgia, Fantasy;
    font-style: italic;
}
li:hover
{
    color: red;
    text-decoration: underline;
}
A
{
    color: white;
    text-decoration: none;
}
A:link
{
    color: white;
    text-decoration: none;
}
A:visited
{
    color: white;
}
