/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

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

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

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

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

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

.blut {
  color:#536074;
  margin: 0 0 5px 0;
}

.white {
  color:#fff;
  margin: 0 0 5px 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
  margin-right:2em;
}

h9 {
	color: #444;
	line-height: 28px;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 10px;
	display: block;
	font-family:Georgia, Times New Roman, Times;
}

a.slidet:link, a.slidet:visited {
	color: #444 !important;
	line-height: 1.35em;
  	font-family: Georgia, Times New Roman, Times;
	font-size: 1.4em;
	display: block;
	text-decoration:none;
	margin-bottom: 10px;
	font-weight: lighter;
}

a.slidet:hover {
	color: #777 !important;
	text-decoration:none;	
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 8px;
}