body, p { 
    font-family:Times New Roman, sans-serif; 
    font-size: 12px;
	color: #000040;
	background-color: #ffc40f;
  }
  a { text-decoration: none; }
  .menu:active {color: white; }
  .menu:link {color: white; }
  .menu:visited {color: white; }
  .menu:hover {color: #3333cc; }
	

	th {
	font-family: Times New Roman, sans-serif; 
    font-size: 14px;
	color: navy;
	background-color: #939bc6;

	}
	
	td {
	font-family: Times New Roman; 
    font-size: 14px;
	color: white;
	border-color: navy;

	}
 

	table {
		border-collapse: collapse;
		border-color: #1e6091;
		outline-color: #1e6091;
		
		
	}

	.text {
	font-family: Times New Roman, sans-serif; 
    font-size: 18px;
    color: #000040;
    font-style: italic;
    font-weight: bold;
	}
	
	.formularz {
	font-family: Times New Roman, sans-serif; 
    font-size: 14px;
    color: #000040;
    font-style: italic;
    font-weight: bold;
	}
	
	
	input {
	font-family:Times New Roman, sans-serif; 
    font-size: 12px;
	background-color: #fdd98e;
	color: #000040;
	text-align: center;
	font-size: 14px;
	}
	
	textarea {
	font-family:Times New Roman, sans-serif; 
    font-size: 14px;
	background-color: #fdd98e;
	color: #000040;
	text-align: left;
	font-size: 14px;
	}
	
	.przycisk {
	font-family:Times New Roman, sans-serif; 
    font-size: 16px;
	background-color: #000080;
	color: #ffffff;
	text-align: center;
		
	}