body {
 font-size: 150px;
 margin:0;
 padding:0;
margin-top:1em;
margin-bottom:1em;
 background-color: black;
	color: white;
}

@font-face {
	font-family: Blair;
	src: url(BLAIITCB.TTF);
	font-weight: bold;
	}
	

	
a {
		color: white;
		text-decoration: none;
		}
		
a:hover {
		color: white;
		text-decoration: none;
		}	
	
body,h1,h2,h3,h4,h5,h6,p {
 line-height: 1.05;
}

h1 { font-size: 4em; }
h2 { font-size: 3em; }
small { font-size: 15px; line-height: 0.2; padding-top: 3em; }

.blair
{
		font-family: Blair, sans-serif;
	}
	
img.resize{
    width:40%; /* you can use % */
    height: auto;
}

img.resizee{
    width:40%; /* you can use % */
    height: auto;
}

img.resizeee{
	width:60%; /* you can use % */
    height: auto;
	}
	
img.buy{
	width:20%; /* you can use % */
	max-width:120px;
    height: auto;
	}
	
	small{
		font-size:0.2em;
		line-height:-50%;
		}
	
#caption
{ margin-top:-0.8em;}

#topmenu
{ margin-top:-0.7em;}

#bottommenu
{ margin-top:-0.7em;}

#buy
{
	position: fixed;
	width: 40%;
	right:4%;
	top:35%;
	color: white;
	text-decoration: none;
	
	}
	
	small {
		line-height: 30%;}