body {
        margin-left: 80px;
        font-family: "times new roman";
	background-color: #fffff5;
	
	}

p {
	text-align: left;
	}
p.centered{
	text-align: center;
	}
table {
	width: 800px;
	}

div.image {
	background-color: #dedede;
	height: auto;
	width: auto;
    border: 3px solid #a0a0a0;
	float: right;
	text-align: right;
	}

div.image img {
        display: inline;
        margin: 2px;
        border: 2px solid #ffffff;
	}

div.legend {
        text-align: justify;
        font-family: arial;
        font-size: 12px;
        width: 300px;
        margin: 2px;
	}