BODY {
  background-image: url('bg.gif');
  font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
 	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	}

p {
  font-size : 12px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-align : justify;
	line-height: 130%;
	}


A:LINK {
	text-decoration : none;
	color : #000033;
	}

A:VISITED {
	text-decoration : none;
	color : #ffffff;
	}

A:ACTIVE {
	text-decoration : none;
	color : #ffffff;
	}

A:HOVER {
	text-decoration : none;
	color :  red;
	}
	
table
  {
  font-size : 12px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-align : justify;
  }
td
  {
  font-size : 12px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	color : #000033;
	text-align : justify;
  }
/* ----------------- FORMULARZ POCZTOWY -------------------*/    
td.form_head {
    font: bold 13px verdana, helvetica, sans-serif;
    text-align: center;
    padding: 3px;}
  
td.form_left {
    font: normal 12px verdana, helvetica, sans-serif;
    text-align: right;}

input.spec, textarea.spec {
    font: bold 12px verdana, helvetica, sans-serif;
    color: #1F4F7D;
    background-color: #F5F5F5;
    border: 1px solid #8D8D8D;
    SCROLLBAR-TRACK-COLOR: #F0F0F0;
    width: 200px;
    height: 23px;}
    
textarea.spec {
    font: normal 12px Verdana, Arial, Helvetica, Sans Serif;
    height: 60px;
    width: 200px;}
