body {
        padding: 0px;
        font-family: veranda, arial;
        font-size: 15px;
        text-align: center;
        margin: 20px auto;
        background: #4C617C;
        color: black;
        }
        
a:link, a:visited {
        color: black;
        }
        
a:hover {
        color: #464564;
        }
        
body a {
        text-decoration: none;
        font-weight: bold;
        }

body table {
        width: 100%;
        }

body ul {
	position: relative;
	left: -20px;
	}
        
img {
        border: 1px solid black;
        margin: 5px;
        }
        
        
#content {
        border: 1px solid black;
        margin: 10px auto;
        padding: 10px 20px;
        text-align: left;
        width: 900px;
        color: black;
        background: white;
	background-image: url("inventurehead.jpg");
        background-repeat: no-repeat;
	background-position: bottom right;
        }

