body {
        background-color: #FFFFFF;
        position: absolute;
}
h1, h2, h3, h4, p, ul, li, a {
        font-family: helvetica, arial, sans-serif;
}
a {
	color: #996;
	text-decoration: none; 
}
a:hover
{
        color: #ff6666;
        text-decoration: underline;
}
li {
	list-style: none;
	margin-left:-35px;
}
img {
	border-width : 0;
}
.main {
	font-size: 75%; /* Resets 1em to 10px */
        width:60%;
        height:90%;
        margin:auto;
}
.head {
        width:60%;
        height:90%;
        margin:auto;
}
.depiction {
	float : right;
}
.depictiontext {
	float : left;
}
.logo {
	float : left;
}
.foot {
	font-size: 75%; /* Resets 1em to 10px */
	position: relative;
	visibility: visible;
 	text-align: center;
}
