
@charset "UTF-8";
/*
    Document   : reset
    Created on : 07.02.2012, 10:57:21
    Author     : fuchpe
    Description:
*/



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 101%;
}

body {
	font-family: arial;
	line-height: 1.15;
}

:focus {
	outline: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

b {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}


