/**
 * @Author
 *
 * Rafał Mrózek -> rafamro@gmail.com
 *
 * @copyright
 * Copyright (C) 2012 Rafał Mrózek.
 *
 */
 
 
 
 html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {list-style: none;}


body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #4F4F4F;
	color: #a8a8a8;
	padding: 15px;
}

h1,h2,p,li{
    opacity: 0.99999;
}

h1, h2 {
	color: #fff;
}

h1{
	margin-top: 20px;
	font-size: 14pt;
}

h2{
	margin-top: 13px;
	font-size: 12pt;
}

p, li {
	margin-top: 10px;
}