/* cała strona */
body
{
	background-color: rgb(255,204,153);
	color: rgb(0,0,0);
}

/* czcionka */
h1, h2, h3, body
{
	font-family: Book Antiqua, Tahoma;
}

/* główna tabela strony */
#strona
{
	border-collapse: collapse;
	border: 1px solid green;
	
	border-right-color:  #660000;
	border-top-color:    #CC3333;
	border-bottom-color: #660000;
	border-left-color:   #CC3333;
}

/* komórki tabeli strony */
#strona td
{
	border-right-color:  #CC3333;
	border-bottom-color: #660000;
	vertical-align: top;
}

/* główna treść strony */
td.tekst
{
	padding: 10px;
	text-align: justify;
}

/* lewy pasek */
td.leftbar
{
	width: 20%;
	font-size: 20;
	text-align: center;
	color: red;
}

/* prawy pasek */
td.rightbar
{
	width: 20%;
	font-weight: bold;
	font-size: 20;
	text-align: center;
}

/* linki */
a:link
{
	color: #800000;
	text-decoration: none;
}
a:visited
{
	color: #990000; 
	text-decoration: none;
} 
a:active, a:hover
{
	color: #FF3300;
	text-decoration: underline;
}

/* kolory nagłówków */
h1
{
	color: rgb(102,0,0);
}
h2
{
	color: rgb(102,102,0); 
}
h3
{
	color: rgb(204,51,0); 
}
