/* CSS Document */

div.style1 {
margin-top:0px;
margin-left:10px;
color:#0066FF;
}
span.style2{
margin-top:opx;
margin-left:170px;
color:#0066FF;
}

div.style3{
position:absolute;
top:88px;
left:500px;
color:#0066FF;
}




a:hover {text-decoration: underline; color: red;}
div.style4{
margin-top:8px;
color:#0066FF;
}


.style1 {
	font-weight: bold;
	color:#0066FF;
	
}



body {
	background-image: url(poze/bluish.jpg);
}