/* CSS Document */

		body {
			margin: 0;
			padding: 0;
			background-color: #15AADB;
			background-repeat: repeat-x;
			text-align: center;
		}

		html, td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #444444;
		}
	
		p {
			margin-top: 0px;
			margin-bottom: 15px;
		}

		h3 {
			font-size: 16px;
			margin-top: 0px;
			margin-bottom: 0px;
		}

		#main {
			width: 764px;
			border: 0px;						
			border-spacing: 0px;
			border-collapse: collapse;	
			margin-left: auto;
			margin-right: auto;
		}

		#main td, tr {
			padding: 0px;
			text-align: left;
		}

		#linki {
			font-size: 9px;
			color: gray;
			text-align: center;
		}
		
		#linki a {
			color: gray;
			text-decoration: underline;
		}

		#linki a:hover {
			color: red;
			text-decoration: none;
		}

		#gora {
			font-size: 10px;
			color: white;
			text-align: right;
		}
		
		#gora a {
			color: white;
			text-decoration: underline;
		}

		#gora a:hover {
			color: red;
			text-decoration: none;
		}

		#adres {
			font-size: 10px;
			color: black;
			text-align: center;
			margin-bottom: 5px
		}
		
		#adres a {
			color: black;
			text-decoration: underline;
		}

		#adres a:hover {
			color: red;
			text-decoration: none;
		}

		#glowna {
			font-size: 10px;
			color: white;
			margin-top: 35px
		}
		
		#glowna a {
			color: white;
			text-decoration: none;
		}

		#glowna a:hover {
			color: red;
			text-decoration: underline;
		}
