body {         
    font-family: Arial, sans-serif; 
    font-style: normal;
    font-size: 0.8em;
    color: #121212;
    background-color: #fff;
}

.top {
	position: relative;
}

.top img:hover {
	filter: none;
}

h1 {
    font-family:"Transport Bold", Arial, sans-serif; 
    font-family:"Droid Sans", Arial, sans-serif; 
    font-weight: bold; 
    font-style: normal;
    font-size: 550%;
    line-height: 1;
    margin: 0;
	position: absolute;
	bottom: 0;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.4);
	z-index: 10;
}

h2 {         
    font-family: "Transport Medium", Arial, sans-serif; 
    font-family: "Droid Sans", Arial, sans-serif; 
    font-weight: 500; 
    font-style: normal;
    font-size: 200%;
    margin: 1em 0 0 0;
}

dt {         
    font-family: "Transport Bold", Arial, sans-serif; 
    font-family: "Droid Sans", Arial, sans-serif; 
    font-weight: normal; 
    font-style: normal;
    font-size: 120%;
}
