.naglowek
{
font-size: 32px;
font-weight:bold;
color:#334BAF;
text-align:center;

	
}

.tytul
{
color: black;
font-size: 18px;
font-weight:bold;
text-align:center;
}

.tekst
{
color: black;
font-size: 16px;
}

.tekst2
{
color: black;
font-size: 16px;
text-align: center;
}

.tekst3
{
color: black;
font-size: 16px;
text-align: center;
font-weight:bold;
}


#nav
{
width: 30%;
float: right;
}

#main
{
width: 70%;
float: left;
}

.aktualnosci
{
background-color: #ccff66;
width: 400px;
height: 350px;
float: left; 
text-align: center;
display:block;
}

.przyciski
{
width: 400px;
height: 60px;
background-color: #334BAF;
color: white;
text-align: center;
float: center;
line-height: 55px;
}

.przyciski:hover
{
width: 400px;
height: 60px;
background-color: #0099ff;
color: white;
text-align: center;
float: center;
line-height: 55px;
}

a
{
color:black;
}


a:hover
{
color:blue;
}


