body { text-align: center; background-image:url("images/background.gif"); }

.field { 
    width: 100%; height: 100%;
	text-align: left;
    position: relative;
    background-color: white; border-style: none; border-radius: 5px; 
    margin-left: auto; margin-right: auto; margin-bottom: 0px;
    font-family: verdana, geneva, tahoma, sans-serif; font-size: 12px;
	background-image:url("images/gradient.gif"); background-repeat: repeat-x;
}

h1 { 
    border-bottom-style: solid; border-bottom-width: 1px; border-color: lightgrey;
    padding-top: 40px; 
    margin-left: 60px; margin-right: 60px;
	font-weight: bold; font-size: 17px;
}

p { margin: 20px 60px 10px 60px; }

.subtitle {
    border-bottom-style: solid; border-bottom-width: 1px; border-color: lightgrey;
    padding-top: 40px; 
    margin-left: 60px; margin-right: 60px;
    font-weight: bold; font-size: 20px;    
    text-align: center; color: black;
}

.avengerinfo { 
    border-top-style: solid; border-top-width: 1px; border-color: grey;
    padding-top: 13px;
    margin-left: auto; margin-right: auto; 
    width: 100%;
    text-align: center; position: absolute; bottom: 0px; color: grey;  }

ul {
	justify-content:center;
	display: flex; 
	list-style-type: none;
	margin: 0px; padding: 0;
	
	margin: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li { float: left; }
li a { display: block; color: white; text-align: left; padding: 14px 46px; text-decoration:none; font-weight: bold; }
li a:hover { background-color: none; color: grey;}