@charset "UTF-8";
/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'GothamBook';
	src: url('https://tmarchive.org/archives/fonts/Gotham-Book.eot');
	src: local('☺'), url('https://tmarchive.org/archives/fonts/Gotham-Book.woff') format('woff'), url('https://tmarchive.org/archives/fonts/Gotham-Book.ttf') format('truetype'), url('https://tmarchive.org/archives/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('https://tmarchive.org/archives/fonts/Gotham-Bold.eot');
	src: local('☺'), url('https://tmarchive.org/archives/fonts/Gotham-Bold.woff') format('woff'), url('https://tmarchive.org/archives/fonts/Gotham-Bold.ttf') format('truetype'), url('https://tmarchive.org/archives/fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Swiss721';
    src: url('https://tmarchive.org/archives/fonts/swiss_721_condensed_bt-webfont.eot?') format('eot'),
         url('https://tmarchive.org/archives/fonts/swiss_721_condensed_bt-webfont.woff') format('woff'),
         url('https://tmarchive.org/archives/fonts/swiss_721_condensed_bt-webfont.ttf') format('truetype'),
         url('https://tmarchive.org/archives/fonts/swiss_721_condensed_bt-webfont.svg#webfontIIpvE5pp') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Swiss721Bold';
    src: url('https://tmarchive.org/archives/fonts/swiss_721_bold_condensed_bt-webfont.eot');
    src: url('https://tmarchive.org/archives/fonts/swiss_721_bold_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://tmarchive.org/archives/fonts/swiss_721_bold_condensed_bt-webfont.woff') format('woff'),
         url('https://tmarchive.org/archives/fonts/swiss_721_bold_condensed_bt-webfont.ttf') format('truetype'),
         url('https://tmarchive.org/archives/fonts/swiss_721_bold_condensed_bt-webfont.svg#Swis721CnBTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  /*font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  /*margin-bottom: 20px; VERSION 1 */
  margin-bottom: 10px;
}