body {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
font-size: 12px;
}

#wrapper { /*ustawienie wielkosci 1.2 ema = 12px */

	color: #141414;

}
p {
	font-size:1em;
}

a{
text-decoration:none;
color:#055078;
}
a:hover{
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	color:#055078;
}

h1{
font-size:1.7em;
font-weight:bold;
}
h2{
font-size:1.5em;
font-weight:bold;
}
h3{
font-size:1.3em;
font-weight:bold;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}
