@font-face {
 font-family: TypicalWriter;
 src: url("/fonts/typiw___.eot"); /* EOT for IE */
}

@font-face {
 font-family: TypicalWriter;
 src: url("/fonts/typiw___.ttf"); /* TTF for CSS3 */
}

body { 
	font-family: TypicalWriter, Courier New;
	font-size: 20px;
}


a:focus { outline: none; }