@font-face {
    font-family: 'london_tubenormal';
	
    src: url('london-tube-webfont.eot');
	
    src: url('https://greaze.net/london-tube-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://greaze.net/london-tube-webfont.woff') format('woff'),
         url('https://greaze.net/london-tube-webfont.ttf') format('truetype');
	
    font-weight: bold;
    font-style: normal;
}

body {
    font-size: medium;
    font-family: 'london_tubenormal';
    font-weight: bolder;
    /* font-variant: small-caps; */
    background-color: black;
    color: white;
}
    
    
a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white; 
    text-decoration: underline;
    }

a:active {
    color: white;
}


h2 {
    font-size: 500%;
    
p {
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

address { 
    display: none;
}
