﻿
body
{
	background: #fff;
	font: 62.5%/1.5 verdana, arial, helvetica,sans-serif;	
	color: #444;
}

.grid_16
{
	float: none !important;
	width: 18cm;	
}

div
{
  display: inline;
}

img
{
	border: none;
	display: block;
	margin: 14px 0;
}

a:hover
{
	text-decoration: underline;
}

/* --- text --- */


h1, h2, h3, h4, h5, h6, p, li
{
  margin: 0 0 0.8em;
}

p, ul, ol
{
  font-size: 1.1em;
}

h1
{
  font-size: 1.6em;
}

h2
{
  font-size: 1.3em;
  color: #D8761D;
}

h3
{
  font-size: 1.3em;
}

ul, li
{
  list-style-type: disc;
}

.smalltext
{
  font-size: 0.6em;
  color: #aaa;
}

